Shades of Heliotrope #D082FF
Tints of Heliotrope #D082FF
RGB
CMYK
RGB Variations
Color information
#D082FF (or 0xD082FF) is known color: Heliotrope. HEX triplet: D0, 82 and FF. RGB value is (208,130,255). Sum of RGB (Red+Green+Blue) = 208+130+255=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #D082FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082FF is #2F7D00. Grayscale: #A7A7A7. Windows color (decimal): -3112193 or 16745168. OLE color: 16745168.
HSL color Cylindrical-coordinate representation of color #D082FF: hue angle of 277.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D082FF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 130 | 255 | - |
| CMYK | 0.18 | 0.49 | 0 | 0 |
| HSL | 277.44º | 1% | 0.75% | - |
| HSV(B) | 277.44º | 0.49% | 1% | - |
| XYZ | 52.05 | 36.6 | 98.93 | - |
| YUV | 167.57 | 177.34 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 255 | 0.18 | 0.49 | 0 | 0 | 277.44 | 1 | 0.75 |
| Hex | D0 | 82 | FF | 12 | 31 | 0 | 0 | 115 | 64 | 4B |
| Octal | 320 | 202 | 377 | 22 | 61 | 0 | 0 | 425 | 144 | 113 |
| Binary | 11010000 | 10000010 | 11111111 | 10010 | 110001 | 0 | 0 | 100010101 | 1100100 | 1001011 |
Color Harmonies of #D082FF
Complementary color
Monochromatic Colors of #D082FF
Black with #D082FF
Text Example
Text Example
White with #D082FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082FF; }
p { color: rgb(208,130,255); }
H1.HeaderClassName
{
color: #D082FF;
}
.AnyTagClassName
{
color: #D082FF;
}
</style>
background-color css
<style>
a { background-color: #D082FF; }
a { background-color: rgb(208,130,255); }
div.DivClassName
{
background-color: #D082FF;
}
.BgClassName
{
background-color: #D082FF;
}
</style>
border-color css
<style>
span { border-color: #D082FF; }
span { border-color: rgb(208,130,255); }
td.TdClassName
{
border-color: #D082FF;
}
.TagClassName
{
border-color: #D082FF;
}
</style>