#D88CF9

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

Shades of Heliotrope #D88CF9

Tints of Heliotrope #D88CF9

Color information

#D88CF9 (or 0xD88CF9) is unknown color: approx Heliotrope. HEX triplet: D8, 8C and F9. RGB value is (216,140,249). Sum of RGB (Red+Green+Blue) = 216+140+249=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #D88CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88CF9 is #277306. Grayscale: #AEAEAE. Windows color (decimal): -2585351 or 16354520. OLE color: 16354520.

HSL color Cylindrical-coordinate representation of color #D88CF9: hue angle of 281.83º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D88CF9 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216140249-
CMYK0.130.4400.02
HSL281.83º90.08%76.27%-
HSV(B)281.83º43.78%97.65%-
XYZ54.840.1994.49-
YUV175.15169.68157.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.70%
GREEN value IS 140 (55.08% from 255) = 23.14%
BLUE value IS 249 (97.66% from 255) = 41.16%
R=35.70%
G=23.14%
B=41.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161402490.130.4400.02281.8390.0876.27
HexD88CF9D2C0211a5a4c
Octal330214371155402432132114
Binary110110001000110011111001110110110001010001101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CF9; }

 p { color: rgb(216,140,249); }

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

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

 a { background-color: rgb(216,140,249); }

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

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

 span { border-color: rgb(216,140,249); }

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