Shades of Heliotrope #D082F2
Tints of Heliotrope #D082F2
RGB
CMYK
RGB Variations
Color information
#D082F2 (or 0xD082F2) is known color: Heliotrope. HEX triplet: D0, 82 and F2. RGB value is (208,130,242). Sum of RGB (Red+Green+Blue) = 208+130+242=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #D082F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082F2 is #2F7D0D. Grayscale: #A5A5A5. Windows color (decimal): -3112206 or 15893200. OLE color: 15893200.
HSL color Cylindrical-coordinate representation of color #D082F2: hue angle of 281.79º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D082F2 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 130 | 242 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.05 |
| HSL | 281.79º | 0.81% | 0.73% | - |
| HSV(B) | 281.79º | 0.46% | 0.95% | - |
| XYZ | 50.02 | 35.79 | 88.28 | - |
| YUV | 166.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 242 | 0.14 | 0.46 | 0 | 0.05 | 281.79 | 0.81 | 0.73 |
| Hex | D0 | 82 | F2 | E | 2E | 0 | 5 | 11A | 51 | 49 |
| Octal | 320 | 202 | 362 | 16 | 56 | 0 | 5 | 432 | 121 | 111 |
| Binary | 11010000 | 10000010 | 11110010 | 1110 | 101110 | 0 | 101 | 100011010 | 1010001 | 1001001 |
Color Harmonies of #D082F2
Complementary color
Monochromatic Colors of #D082F2
Black with #D082F2
Text Example
Text Example
White with #D082F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082F2; }
p { color: rgb(208,130,242); }
H1.HeaderClassName
{
color: #D082F2;
}
.AnyTagClassName
{
color: #D082F2;
}
</style>
background-color css
<style>
a { background-color: #D082F2; }
a { background-color: rgb(208,130,242); }
div.DivClassName
{
background-color: #D082F2;
}
.BgClassName
{
background-color: #D082F2;
}
</style>
border-color css
<style>
span { border-color: #D082F2; }
span { border-color: rgb(208,130,242); }
td.TdClassName
{
border-color: #D082F2;
}
.TagClassName
{
border-color: #D082F2;
}
</style>