Shades of Heliotrope #D079F8
Tints of Heliotrope #D079F8
RGB
CMYK
RGB Variations
Color information
#D079F8 (or 0xD079F8) is known color: Heliotrope. HEX triplet: D0, 79 and F8. RGB value is (208,121,248). Sum of RGB (Red+Green+Blue) = 208+121+248=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 121 (47.66% from 255 or 20.97% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #D079F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D079F8 is #2F8607. Grayscale: #A1A1A1. Windows color (decimal): -3114504 or 16284112. OLE color: 16284112.
HSL color Cylindrical-coordinate representation of color #D079F8: hue angle of 281.1º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D079F8 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 121 | 248 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.03 |
| HSL | 281.1º | 0.9% | 0.72% | - |
| HSV(B) | 281.1º | 0.51% | 0.97% | - |
| XYZ | 49.79 | 33.86 | 92.72 | - |
| YUV | 161.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 248 | 0.16 | 0.51 | 0 | 0.03 | 281.1 | 0.9 | 0.72 |
| Hex | D0 | 79 | F8 | 10 | 33 | 0 | 3 | 119 | 5A | 48 |
| Octal | 320 | 171 | 370 | 20 | 63 | 0 | 3 | 431 | 132 | 110 |
| Binary | 11010000 | 1111001 | 11111000 | 10000 | 110011 | 0 | 11 | 100011001 | 1011010 | 1001000 |
Color Harmonies of #D079F8
Complementary color
Monochromatic Colors of #D079F8
Black with #D079F8
Text Example
Text Example
White with #D079F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079F8; }
p { color: rgb(208,121,248); }
H1.HeaderClassName
{
color: #D079F8;
}
.AnyTagClassName
{
color: #D079F8;
}
</style>
background-color css
<style>
a { background-color: #D079F8; }
a { background-color: rgb(208,121,248); }
div.DivClassName
{
background-color: #D079F8;
}
.BgClassName
{
background-color: #D079F8;
}
</style>
border-color css
<style>
span { border-color: #D079F8; }
span { border-color: rgb(208,121,248); }
td.TdClassName
{
border-color: #D079F8;
}
.TagClassName
{
border-color: #D079F8;
}
</style>