Shades of Heliotrope #D079FF
Tints of Heliotrope #D079FF
RGB
CMYK
RGB Variations
Color information
#D079FF (or 0xD079FF) is known color: Heliotrope. HEX triplet: D0, 79 and FF. RGB value is (208,121,255). Sum of RGB (Red+Green+Blue) = 208+121+255=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 121 (47.66% from 255 or 20.72% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #D079FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D079FF is #2F8600. Grayscale: #A1A1A1. Windows color (decimal): -3114497 or 16742864. OLE color: 16742864.
HSL color Cylindrical-coordinate representation of color #D079FF: hue angle of 278.96º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D079FF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 121 | 255 | - |
| CMYK | 0.18 | 0.53 | 0 | 0 |
| HSL | 278.96º | 1% | 0.74% | - |
| HSV(B) | 278.96º | 0.53% | 1% | - |
| XYZ | 50.9 | 34.3 | 98.55 | - |
| YUV | 162.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 255 | 0.18 | 0.53 | 0 | 0 | 278.96 | 1 | 0.74 |
| Hex | D0 | 79 | FF | 12 | 35 | 0 | 0 | 117 | 64 | 4A |
| Octal | 320 | 171 | 377 | 22 | 65 | 0 | 0 | 427 | 144 | 112 |
| Binary | 11010000 | 1111001 | 11111111 | 10010 | 110101 | 0 | 0 | 100010111 | 1100100 | 1001010 |
Color Harmonies of #D079FF
Complementary color
Monochromatic Colors of #D079FF
Black with #D079FF
Text Example
Text Example
White with #D079FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079FF; }
p { color: rgb(208,121,255); }
H1.HeaderClassName
{
color: #D079FF;
}
.AnyTagClassName
{
color: #D079FF;
}
</style>
background-color css
<style>
a { background-color: #D079FF; }
a { background-color: rgb(208,121,255); }
div.DivClassName
{
background-color: #D079FF;
}
.BgClassName
{
background-color: #D079FF;
}
</style>
border-color css
<style>
span { border-color: #D079FF; }
span { border-color: rgb(208,121,255); }
td.TdClassName
{
border-color: #D079FF;
}
.TagClassName
{
border-color: #D079FF;
}
</style>