#D485EF

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

Shades of Heliotrope #D485EF

Tints of Heliotrope #D485EF

Color information

#D485EF (or 0xD485EF) is unknown color: approx Heliotrope. HEX triplet: D4, 85 and EF. RGB value is (212,133,239). Sum of RGB (Red+Green+Blue) = 212+133+239=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #D485EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485EF is #2B7A10. Grayscale: #A8A8A8. Windows color (decimal): -2849297 or 15697364. OLE color: 15697364.

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

Color convert

RGB212133239-
CMYK0.110.4400.06
HSL284.72º76.81%72.94%-
HSV(B)284.72º44.35%93.73%-
XYZ51.123786.11-
YUV168.7167.67158.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.30%
GREEN value IS 133 (52.34% from 255) = 22.77%
BLUE value IS 239 (93.75% from 255) = 40.92%
R=36.30%
G=22.77%
B=40.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121332390.110.4400.06284.7276.8172.94
HexD485EFB2C0611d4d49
Octal324205357135406435115111
Binary1101010010000101111011111011101100011010001110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485EF; }

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

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

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

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

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

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

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

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