#D88BF2

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

Shades of Heliotrope #D88BF2

Tints of Heliotrope #D88BF2

Color information

#D88BF2 (or 0xD88BF2) is unknown color: approx Heliotrope. HEX triplet: D8, 8B and F2. RGB value is (216,139,242). Sum of RGB (Red+Green+Blue) = 216+139+242=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 139 (54.69% from 255 or 23.28% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #D88BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88BF2 is #27740D. Grayscale: #ADADAD. Windows color (decimal): -2585614 or 15895512. OLE color: 15895512.

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

Color convert

RGB216139242-
CMYK0.110.4300.05
HSL284.85º79.84%74.71%-
HSV(B)284.85º42.56%94.9%-
XYZ53.5839.4788.8-
YUV173.76166.51158.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 139 (54.69% from 255) = 23.28%
BLUE value IS 242 (94.92% from 255) = 40.54%
R=36.18%
G=23.28%
B=40.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161392420.110.4300.05284.8579.8474.71
HexD88BF2B2B0511d504b
Octal330213362135305435120113
Binary1101100010001011111100101011101011010110001110110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88BF2; }

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

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

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

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

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

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

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

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