Shades of Heliotrope #D088F8
Tints of Heliotrope #D088F8
RGB
CMYK
RGB Variations
Color information
#D088F8 (or 0xD088F8) is known color: Heliotrope. HEX triplet: D0, 88 and F8. RGB value is (208,136,248). Sum of RGB (Red+Green+Blue) = 208+136+248=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #D088F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088F8 is #2F7707. Grayscale: #A9A9A9. Windows color (decimal): -3110664 or 16287952. OLE color: 16287952.
HSL color Cylindrical-coordinate representation of color #D088F8: hue angle of 278.57º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D088F8 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 136 | 248 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.03 |
| HSL | 278.57º | 0.89% | 0.75% | - |
| HSV(B) | 278.57º | 0.45% | 0.97% | - |
| XYZ | 51.76 | 37.8 | 93.37 | - |
| YUV | 170.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 248 | 0.16 | 0.45 | 0 | 0.03 | 278.57 | 0.89 | 0.75 |
| Hex | D0 | 88 | F8 | 10 | 2D | 0 | 3 | 117 | 59 | 4B |
| Octal | 320 | 210 | 370 | 20 | 55 | 0 | 3 | 427 | 131 | 113 |
| Binary | 11010000 | 10001000 | 11111000 | 10000 | 101101 | 0 | 11 | 100010111 | 1011001 | 1001011 |
Color Harmonies of #D088F8
Complementary color
Monochromatic Colors of #D088F8
Black with #D088F8
Text Example
Text Example
White with #D088F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088F8; }
p { color: rgb(208,136,248); }
H1.HeaderClassName
{
color: #D088F8;
}
.AnyTagClassName
{
color: #D088F8;
}
</style>
background-color css
<style>
a { background-color: #D088F8; }
a { background-color: rgb(208,136,248); }
div.DivClassName
{
background-color: #D088F8;
}
.BgClassName
{
background-color: #D088F8;
}
</style>
border-color css
<style>
span { border-color: #D088F8; }
span { border-color: rgb(208,136,248); }
td.TdClassName
{
border-color: #D088F8;
}
.TagClassName
{
border-color: #D088F8;
}
</style>