#D480EF

Color #D480EF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D480EF

Tints of Heliotrope #D480EF

Color information

#D480EF (or 0xD480EF) is unknown color: approx Heliotrope. HEX triplet: D4, 80 and EF. RGB value is (212,128,239). Sum of RGB (Red+Green+Blue) = 212+128+239=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #D480EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D480EF is #2B7F10. Grayscale: #A5A5A5. Windows color (decimal): -2850577 or 15696084. OLE color: 15696084.

HSL color Cylindrical-coordinate representation of color #D480EF: hue angle of 285.41º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D480EF is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212128239-
CMYK0.110.4600.06
HSL285.41º77.62%71.96%-
HSV(B)285.41º46.44%93.73%-
XYZ50.4535.6785.89-
YUV165.77169.33160.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 36.61%
GREEN value IS 128 (50.39% from 255) = 22.11%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=36.61%
G=22.11%
B=41.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121282390.110.4600.06285.4177.6271.96
HexD480EFB2E0611d4e48
Octal324200357135606435116110
Binary1101010010000000111011111011101110011010001110110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480EF; }

 p { color: rgb(212,128,239); }

 H1.HeaderClassName
 {
   color: #D480EF;
 }
 .AnyTagClassName
 {
   color: #D480EF;
 }
</style>
background-color css

<style>
 a { background-color: #D480EF; }

 a { background-color: rgb(212,128,239); }

 div.DivClassName
 {
   background-color: #D480EF;
 }
 .BgClassName
 {
   background-color: #D480EF;
 }
</style>
border-color css

<style>
 span { border-color: #D480EF; }

 span { border-color: rgb(212,128,239); }

 td.TdClassName
 {
   border-color: #D480EF;
 }
 .TagClassName
 {
   border-color: #D480EF;
 }
</style>