Shades of Heliotrope #D079FC
Tints of Heliotrope #D079FC
RGB
CMYK
RGB Variations
Color information
#D079FC (or 0xD079FC) is known color: Heliotrope. HEX triplet: D0, 79 and FC. RGB value is (208,121,252). Sum of RGB (Red+Green+Blue) = 208+121+252=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 121 (47.66% from 255 or 20.83% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #D079FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D079FC is #2F8603. Grayscale: #A1A1A1. Windows color (decimal): -3114500 or 16546256. OLE color: 16546256.
HSL color Cylindrical-coordinate representation of color #D079FC: hue angle of 279.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D079FC is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 121 | 252 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.01 |
| HSL | 279.85º | 0.96% | 0.73% | - |
| HSV(B) | 279.85º | 0.52% | 0.99% | - |
| XYZ | 50.42 | 34.11 | 96.02 | - |
| YUV | 161.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 252 | 0.17 | 0.52 | 0 | 0.01 | 279.85 | 0.96 | 0.73 |
| Hex | D0 | 79 | FC | 11 | 34 | 0 | 1 | 118 | 60 | 49 |
| Octal | 320 | 171 | 374 | 21 | 64 | 0 | 1 | 430 | 140 | 111 |
| Binary | 11010000 | 1111001 | 11111100 | 10001 | 110100 | 0 | 1 | 100011000 | 1100000 | 1001001 |
Color Harmonies of #D079FC
Complementary color
Monochromatic Colors of #D079FC
Black with #D079FC
Text Example
Text Example
White with #D079FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079FC; }
p { color: rgb(208,121,252); }
H1.HeaderClassName
{
color: #D079FC;
}
.AnyTagClassName
{
color: #D079FC;
}
</style>
background-color css
<style>
a { background-color: #D079FC; }
a { background-color: rgb(208,121,252); }
div.DivClassName
{
background-color: #D079FC;
}
.BgClassName
{
background-color: #D079FC;
}
</style>
border-color css
<style>
span { border-color: #D079FC; }
span { border-color: rgb(208,121,252); }
td.TdClassName
{
border-color: #D079FC;
}
.TagClassName
{
border-color: #D079FC;
}
</style>