#D88DFD

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

Shades of Heliotrope #D88DFD

Tints of Heliotrope #D88DFD

Color information

#D88DFD (or 0xD88DFD) is unknown color: approx Heliotrope. HEX triplet: D8, 8D and FD. RGB value is (216,141,253). Sum of RGB (Red+Green+Blue) = 216+141+253=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #D88DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88DFD is #277202. Grayscale: #AFAFAF. Windows color (decimal): -2585091 or 16616920. OLE color: 16616920.

HSL color Cylindrical-coordinate representation of color #D88DFD: hue angle of 280.18º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D88DFD is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216141253-
CMYK0.150.4400.01
HSL280.18º96.55%77.25%-
HSV(B)280.18º44.27%99.22%-
XYZ55.5740.7497.86-
YUV176.19171.35156.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.41%
GREEN value IS 141 (55.47% from 255) = 23.11%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=35.41%
G=23.11%
B=41.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161412530.150.4400.01280.1896.5577.25
HexD88DFDF2C01118614d
Octal330215375175401430141115
Binary11011000100011011111110111111011000110001100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DFD; }

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

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

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

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

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

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

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

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