#D88FF2

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

Shades of Heliotrope #D88FF2

Tints of Heliotrope #D88FF2

Color information

#D88FF2 (or 0xD88FF2) is unknown color: approx Heliotrope. HEX triplet: D8, 8F and F2. RGB value is (216,143,242). Sum of RGB (Red+Green+Blue) = 216+143+242=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #D88FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88FF2 is #27700D. Grayscale: #AFAFAF. Windows color (decimal): -2584590 or 15896536. OLE color: 15896536.

HSL color Cylindrical-coordinate representation of color #D88FF2: hue angle of 284.24º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88FF2 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216143242-
CMYK0.110.4100.05
HSL284.24º79.2%75.49%-
HSV(B)284.24º40.91%94.9%-
XYZ54.1740.6589-
YUV176.11165.18156.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.94%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=35.94%
G=23.79%
B=40.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161432420.110.4100.05284.2479.275.49
HexD88FF2B290511c4f4b
Octal330217362135105434117113
Binary1101100010001111111100101011101001010110001110010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FF2; }

 p { color: rgb(216,143,242); }

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

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

 a { background-color: rgb(216,143,242); }

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

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

 span { border-color: rgb(216,143,242); }

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