#D885F0

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

Shades of Heliotrope #D885F0

Tints of Heliotrope #D885F0

Color information

#D885F0 (or 0xD885F0) is unknown color: approx Heliotrope. HEX triplet: D8, 85 and F0. RGB value is (216,133,240). Sum of RGB (Red+Green+Blue) = 216+133+240=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #D885F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D885F0 is #277A0F. Grayscale: #A9A9A9. Windows color (decimal): -2587152 or 15762904. OLE color: 15762904.

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

Color convert

RGB216133240-
CMYK0.10.4500.06
HSL286.54º78.1%73.14%-
HSV(B)286.54º44.58%94.12%-
XYZ52.4337.6786.94-
YUV170.02167.5160.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 133 (52.34% from 255) = 22.58%
BLUE value IS 240 (94.14% from 255) = 40.75%
R=36.67%
G=22.58%
B=40.75%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2161332400.10.4500.06286.5478.173.14
HexD885F0A2D0611f4e49
Octal330205360125506437116111
Binary1101100010000101111100001010101101011010001111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885F0; }

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

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

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

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

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

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

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

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