Shades of Heliotrope #D082FD
Tints of Heliotrope #D082FD
RGB
CMYK
RGB Variations
Color information
#D082FD (or 0xD082FD) is known color: Heliotrope. HEX triplet: D0, 82 and FD. RGB value is (208,130,253). Sum of RGB (Red+Green+Blue) = 208+130+253=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #D082FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082FD is #2F7D02. Grayscale: #A6A6A6. Windows color (decimal): -3112195 or 16614096. OLE color: 16614096.
HSL color Cylindrical-coordinate representation of color #D082FD: hue angle of 278.05º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D082FD is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 130 | 253 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.01 |
| HSL | 278.05º | 0.97% | 0.75% | - |
| HSV(B) | 278.05º | 0.49% | 0.99% | - |
| XYZ | 51.72 | 36.47 | 97.24 | - |
| YUV | 167.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 253 | 0.18 | 0.49 | 0 | 0.01 | 278.05 | 0.97 | 0.75 |
| Hex | D0 | 82 | FD | 12 | 31 | 0 | 1 | 116 | 61 | 4B |
| Octal | 320 | 202 | 375 | 22 | 61 | 0 | 1 | 426 | 141 | 113 |
| Binary | 11010000 | 10000010 | 11111101 | 10010 | 110001 | 0 | 1 | 100010110 | 1100001 | 1001011 |
Color Harmonies of #D082FD
Complementary color
Monochromatic Colors of #D082FD
Black with #D082FD
Text Example
Text Example
White with #D082FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082FD; }
p { color: rgb(208,130,253); }
H1.HeaderClassName
{
color: #D082FD;
}
.AnyTagClassName
{
color: #D082FD;
}
</style>
background-color css
<style>
a { background-color: #D082FD; }
a { background-color: rgb(208,130,253); }
div.DivClassName
{
background-color: #D082FD;
}
.BgClassName
{
background-color: #D082FD;
}
</style>
border-color css
<style>
span { border-color: #D082FD; }
span { border-color: rgb(208,130,253); }
td.TdClassName
{
border-color: #D082FD;
}
.TagClassName
{
border-color: #D082FD;
}
</style>