Shades of Heliotrope #D88BEE
Tints of Heliotrope #D88BEE
RGB
CMYK
RGB Variations
Color information
#D88BEE (or 0xD88BEE) is known color: Heliotrope. HEX triplet: D8, 8B and EE. RGB value is (216,139,238). Sum of RGB (Red+Green+Blue) = 216+139+238=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #D88BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88BEE is #277411. Grayscale: #ACACAC. Windows color (decimal): -2585618 or 15633368. OLE color: 15633368.
HSL color Cylindrical-coordinate representation of color #D88BEE: hue angle of 286.67º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D88BEE is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 139 | 238 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.07 |
| HSL | 286.67º | 0.74% | 0.74% | - |
| HSV(B) | 286.67º | 0.42% | 0.93% | - |
| XYZ | 52.98 | 39.24 | 85.67 | - |
| YUV | 173.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 238 | 0.09 | 0.42 | 0 | 0.07 | 286.67 | 0.74 | 0.74 |
| Hex | D8 | 8B | EE | 9 | 2A | 0 | 7 | 11F | 4A | 4A |
| Octal | 330 | 213 | 356 | 11 | 52 | 0 | 7 | 437 | 112 | 112 |
| Binary | 11011000 | 10001011 | 11101110 | 1001 | 101010 | 0 | 111 | 100011111 | 1001010 | 1001010 |
Color Harmonies of #D88BEE
Complementary color
Monochromatic Colors of #D88BEE
Black with #D88BEE
Text Example
Text Example
White with #D88BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88BEE; }
p { color: rgb(216,139,238); }
H1.HeaderClassName
{
color: #D88BEE;
}
.AnyTagClassName
{
color: #D88BEE;
}
</style>
background-color css
<style>
a { background-color: #D88BEE; }
a { background-color: rgb(216,139,238); }
div.DivClassName
{
background-color: #D88BEE;
}
.BgClassName
{
background-color: #D88BEE;
}
</style>
border-color css
<style>
span { border-color: #D88BEE; }
span { border-color: rgb(216,139,238); }
td.TdClassName
{
border-color: #D88BEE;
}
.TagClassName
{
border-color: #D88BEE;
}
</style>