#D885FF

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

Shades of Heliotrope #D885FF

Tints of Heliotrope #D885FF

Color information

#D885FF (or 0xD885FF) is unknown color: approx Heliotrope. HEX triplet: D8, 85 and FF. RGB value is (216,133,255). Sum of RGB (Red+Green+Blue) = 216+133+255=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #D885FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D885FF is #277A00. Grayscale: #ABABAB. Windows color (decimal): -2587137 or 16745944. OLE color: 16745944.

HSL color Cylindrical-coordinate representation of color #D885FF: hue angle of 280.82º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D885FF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB216133255-
CMYK0.150.4800
HSL280.82º100%76.08%-
HSV(B)280.82º47.84%100%-
XYZ54.7638.5999.17-
YUV171.72175159.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.76%
GREEN value IS 133 (52.34% from 255) = 22.02%
BLUE value IS 255 (100% from 255) = 42.22%
R=35.76%
G=22.02%
B=42.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161332550.150.4800280.8210076.08
HexD885FFF3000119644c
Octal330205377176000431144114
Binary11011000100001011111111111111100000010001100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885FF; }

 p { color: rgb(216,133,255); }

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

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

 a { background-color: rgb(216,133,255); }

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

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

 span { border-color: rgb(216,133,255); }

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