#D88DF6

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

Shades of Heliotrope #D88DF6

Tints of Heliotrope #D88DF6

Color information

#D88DF6 (or 0xD88DF6) is unknown color: approx Heliotrope. HEX triplet: D8, 8D and F6. RGB value is (216,141,246). Sum of RGB (Red+Green+Blue) = 216+141+246=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #D88DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88DF6 is #277209. Grayscale: #AFAFAF. Windows color (decimal): -2585098 or 16158168. OLE color: 16158168.

HSL color Cylindrical-coordinate representation of color #D88DF6: hue angle of 282.86º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D88DF6 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB216141246-
CMYK0.120.4300.04
HSL282.86º85.37%75.88%-
HSV(B)282.86º42.68%96.47%-
XYZ54.4840.392.1-
YUV175.4167.85156.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.82%
GREEN value IS 141 (55.47% from 255) = 23.38%
BLUE value IS 246 (96.48% from 255) = 40.80%
R=35.82%
G=23.38%
B=40.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2161412460.120.4300.04282.8685.3775.88
HexD88DF6C2B0411b554c
Octal330215366145304433125114
Binary1101100010001101111101101100101011010010001101110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DF6; }

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

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

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

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

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

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

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

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