Shades of Heliotrope #D077FD
Tints of Heliotrope #D077FD
RGB
CMYK
RGB Variations
Color information
#D077FD (or 0xD077FD) is known color: Heliotrope. HEX triplet: D0, 77 and FD. RGB value is (208,119,253). Sum of RGB (Red+Green+Blue) = 208+119+253=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #D077FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D077FD is #2F8802. Grayscale: #A0A0A0. Windows color (decimal): -3115011 or 16611280. OLE color: 16611280.
HSL color Cylindrical-coordinate representation of color #D077FD: hue angle of 279.85º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D077FD is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 119 | 253 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.01 |
| HSL | 279.85º | 0.97% | 0.73% | - |
| HSV(B) | 279.85º | 0.53% | 0.99% | - |
| XYZ | 50.34 | 33.7 | 96.78 | - |
| YUV | 160.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 253 | 0.18 | 0.53 | 0 | 0.01 | 279.85 | 0.97 | 0.73 |
| Hex | D0 | 77 | FD | 12 | 35 | 0 | 1 | 118 | 61 | 49 |
| Octal | 320 | 167 | 375 | 22 | 65 | 0 | 1 | 430 | 141 | 111 |
| Binary | 11010000 | 1110111 | 11111101 | 10010 | 110101 | 0 | 1 | 100011000 | 1100001 | 1001001 |
Color Harmonies of #D077FD
Complementary color
Monochromatic Colors of #D077FD
Black with #D077FD
Text Example
Text Example
White with #D077FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077FD; }
p { color: rgb(208,119,253); }
H1.HeaderClassName
{
color: #D077FD;
}
.AnyTagClassName
{
color: #D077FD;
}
</style>
background-color css
<style>
a { background-color: #D077FD; }
a { background-color: rgb(208,119,253); }
div.DivClassName
{
background-color: #D077FD;
}
.BgClassName
{
background-color: #D077FD;
}
</style>
border-color css
<style>
span { border-color: #D077FD; }
span { border-color: rgb(208,119,253); }
td.TdClassName
{
border-color: #D077FD;
}
.TagClassName
{
border-color: #D077FD;
}
</style>