Shades of Heliotrope #D88BFD
Tints of Heliotrope #D88BFD
RGB
CMYK
RGB Variations
Color information
#D88BFD (or 0xD88BFD) is known color: Heliotrope. HEX triplet: D8, 8B and FD. RGB value is (216,139,253). Sum of RGB (Red+Green+Blue) = 216+139+253=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #D88BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88BFD is #277402. Grayscale: #AEAEAE. Windows color (decimal): -2585603 or 16616408. OLE color: 16616408.
HSL color Cylindrical-coordinate representation of color #D88BFD: hue angle of 280.53º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D88BFD is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 139 | 253 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.01 |
| HSL | 280.53º | 0.97% | 0.77% | - |
| HSV(B) | 280.53º | 0.45% | 0.99% | - |
| XYZ | 55.28 | 40.16 | 97.77 | - |
| YUV | 175.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 253 | 0.15 | 0.45 | 0 | 0.01 | 280.53 | 0.97 | 0.77 |
| Hex | D8 | 8B | FD | F | 2D | 0 | 1 | 119 | 61 | 4D |
| Octal | 330 | 213 | 375 | 17 | 55 | 0 | 1 | 431 | 141 | 115 |
| Binary | 11011000 | 10001011 | 11111101 | 1111 | 101101 | 0 | 1 | 100011001 | 1100001 | 1001101 |
Color Harmonies of #D88BFD
Complementary color
Monochromatic Colors of #D88BFD
Black with #D88BFD
Text Example
Text Example
White with #D88BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88BFD; }
p { color: rgb(216,139,253); }
H1.HeaderClassName
{
color: #D88BFD;
}
.AnyTagClassName
{
color: #D88BFD;
}
</style>
background-color css
<style>
a { background-color: #D88BFD; }
a { background-color: rgb(216,139,253); }
div.DivClassName
{
background-color: #D88BFD;
}
.BgClassName
{
background-color: #D88BFD;
}
</style>
border-color css
<style>
span { border-color: #D88BFD; }
span { border-color: rgb(216,139,253); }
td.TdClassName
{
border-color: #D88BFD;
}
.TagClassName
{
border-color: #D88BFD;
}
</style>