Shades of Heliotrope #D082FE
Tints of Heliotrope #D082FE
RGB
CMYK
RGB Variations
Color information
#D082FE (or 0xD082FE) is known color: Heliotrope. HEX triplet: D0, 82 and FE. RGB value is (208,130,254). Sum of RGB (Red+Green+Blue) = 208+130+254=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #D082FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082FE is #2F7D01. Grayscale: #A7A7A7. Windows color (decimal): -3112194 or 16679632. OLE color: 16679632.
HSL color Cylindrical-coordinate representation of color #D082FE: hue angle of 277.74º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D082FE is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 130 | 254 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.00 |
| HSL | 277.74º | 0.98% | 0.75% | - |
| HSV(B) | 277.74º | 0.49% | 1% | - |
| XYZ | 51.88 | 36.53 | 98.08 | - |
| YUV | 167.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 254 | 0.18 | 0.49 | 0 | 0.00 | 277.74 | 0.98 | 0.75 |
| Hex | D0 | 82 | FE | 12 | 31 | 0 | 0 | 116 | 62 | 4B |
| Octal | 320 | 202 | 376 | 22 | 61 | 0 | 0 | 426 | 142 | 113 |
| Binary | 11010000 | 10000010 | 11111110 | 10010 | 110001 | 0 | 0 | 100010110 | 1100010 | 1001011 |
Color Harmonies of #D082FE
Complementary color
Monochromatic Colors of #D082FE
Black with #D082FE
Text Example
Text Example
White with #D082FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082FE; }
p { color: rgb(208,130,254); }
H1.HeaderClassName
{
color: #D082FE;
}
.AnyTagClassName
{
color: #D082FE;
}
</style>
background-color css
<style>
a { background-color: #D082FE; }
a { background-color: rgb(208,130,254); }
div.DivClassName
{
background-color: #D082FE;
}
.BgClassName
{
background-color: #D082FE;
}
</style>
border-color css
<style>
span { border-color: #D082FE; }
span { border-color: rgb(208,130,254); }
td.TdClassName
{
border-color: #D082FE;
}
.TagClassName
{
border-color: #D082FE;
}
</style>