Shades of Heliotrope #D076F8
Tints of Heliotrope #D076F8
RGB
CMYK
RGB Variations
Color information
#D076F8 (or 0xD076F8) is known color: Heliotrope. HEX triplet: D0, 76 and F8. RGB value is (208,118,248). Sum of RGB (Red+Green+Blue) = 208+118+248=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #D076F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076F8 is #2F8907. Grayscale: #9F9F9F. Windows color (decimal): -3115272 or 16283344. OLE color: 16283344.
HSL color Cylindrical-coordinate representation of color #D076F8: hue angle of 281.54º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D076F8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 118 | 248 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.03 |
| HSL | 281.54º | 0.9% | 0.72% | - |
| HSV(B) | 281.54º | 0.52% | 0.97% | - |
| XYZ | 49.43 | 33.14 | 92.6 | - |
| YUV | 159.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 248 | 0.16 | 0.52 | 0 | 0.03 | 281.54 | 0.9 | 0.72 |
| Hex | D0 | 76 | F8 | 10 | 34 | 0 | 3 | 11A | 5A | 48 |
| Octal | 320 | 166 | 370 | 20 | 64 | 0 | 3 | 432 | 132 | 110 |
| Binary | 11010000 | 1110110 | 11111000 | 10000 | 110100 | 0 | 11 | 100011010 | 1011010 | 1001000 |
Color Harmonies of #D076F8
Complementary color
Monochromatic Colors of #D076F8
Black with #D076F8
Text Example
Text Example
White with #D076F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076F8; }
p { color: rgb(208,118,248); }
H1.HeaderClassName
{
color: #D076F8;
}
.AnyTagClassName
{
color: #D076F8;
}
</style>
background-color css
<style>
a { background-color: #D076F8; }
a { background-color: rgb(208,118,248); }
div.DivClassName
{
background-color: #D076F8;
}
.BgClassName
{
background-color: #D076F8;
}
</style>
border-color css
<style>
span { border-color: #D076F8; }
span { border-color: rgb(208,118,248); }
td.TdClassName
{
border-color: #D076F8;
}
.TagClassName
{
border-color: #D076F8;
}
</style>