#D88DEF

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

Shades of Heliotrope #D88DEF

Tints of Heliotrope #D88DEF

Color information

#D88DEF (or 0xD88DEF) is unknown color: approx Heliotrope. HEX triplet: D8, 8D and EF. RGB value is (216,141,239). Sum of RGB (Red+Green+Blue) = 216+141+239=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #D88DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88DEF is #277210. Grayscale: #AEAEAE. Windows color (decimal): -2585105 or 15699416. OLE color: 15699416.

HSL color Cylindrical-coordinate representation of color #D88DEF: hue angle of 285.92º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88DEF is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216141239-
CMYK0.100.4100.06
HSL285.92º75.38%74.51%-
HSV(B)285.92º41%93.73%-
XYZ53.4239.8886.54-
YUV174.6164.35157.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.24%
GREEN value IS 141 (55.47% from 255) = 23.66%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=36.24%
G=23.66%
B=40.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2161412390.100.4100.06285.9275.3874.51
HexD88DEFA290611e4b4b
Octal330215357125106436113113
Binary1101100010001101111011111010101001011010001111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DEF; }

 p { color: rgb(216,141,239); }

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

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

 a { background-color: rgb(216,141,239); }

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

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

 span { border-color: rgb(216,141,239); }

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