Shades of Heliotrope #D051FF
Tints of Heliotrope #D051FF
RGB
CMYK
RGB Variations
Color information
#D051FF (or 0xD051FF) is known color: Heliotrope. HEX triplet: D0, 51 and FF. RGB value is (208,81,255). Sum of RGB (Red+Green+Blue) = 208+81+255=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 81 (32.03% from 255 or 14.89% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #D051FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D051FF is #2FAE00. Grayscale: #8A8A8A. Windows color (decimal): -3124737 or 16732624. OLE color: 16732624.
HSL color Cylindrical-coordinate representation of color #D051FF: hue angle of 283.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D051FF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 81 | 255 | - |
| CMYK | 0.18 | 0.68 | 0 | 0 |
| HSL | 283.79º | 1% | 0.66% | - |
| HSV(B) | 283.79º | 0.68% | 1% | - |
| XYZ | 47 | 26.51 | 97.25 | - |
| YUV | 138.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 255 | 0.18 | 0.68 | 0 | 0 | 283.79 | 1 | 0.66 |
| Hex | D0 | 51 | FF | 12 | 44 | 0 | 0 | 11C | 64 | 42 |
| Octal | 320 | 121 | 377 | 22 | 104 | 0 | 0 | 434 | 144 | 102 |
| Binary | 11010000 | 1010001 | 11111111 | 10010 | 1000100 | 0 | 0 | 100011100 | 1100100 | 1000010 |
Color Harmonies of #D051FF
Complementary color
Monochromatic Colors of #D051FF
Black with #D051FF
Text Example
Text Example
White with #D051FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D051FF; }
p { color: rgb(208,81,255); }
H1.HeaderClassName
{
color: #D051FF;
}
.AnyTagClassName
{
color: #D051FF;
}
</style>
background-color css
<style>
a { background-color: #D051FF; }
a { background-color: rgb(208,81,255); }
div.DivClassName
{
background-color: #D051FF;
}
.BgClassName
{
background-color: #D051FF;
}
</style>
border-color css
<style>
span { border-color: #D051FF; }
span { border-color: rgb(208,81,255); }
td.TdClassName
{
border-color: #D051FF;
}
.TagClassName
{
border-color: #D051FF;
}
</style>