Shades of Heliotrope #D282FF
Tints of Heliotrope #D282FF
RGB
CMYK
RGB Variations
Color information
#D282FF (or 0xD282FF) is known color: Heliotrope. HEX triplet: D2, 82 and FF. RGB value is (210,130,255). Sum of RGB (Red+Green+Blue) = 210+130+255=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #D282FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D282FF is #2D7D00. Grayscale: #A7A7A7. Windows color (decimal): -2981121 or 16745170. OLE color: 16745170.
HSL color Cylindrical-coordinate representation of color #D282FF: hue angle of 278.4º 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 #D282FF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 130 | 255 | - |
| CMYK | 0.18 | 0.49 | 0 | 0 |
| HSL | 278.4º | 1% | 0.75% | - |
| HSV(B) | 278.4º | 0.49% | 1% | - |
| XYZ | 52.61 | 36.89 | 98.95 | - |
| YUV | 168.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 255 | 0.18 | 0.49 | 0 | 0 | 278.4 | 1 | 0.75 |
| Hex | D2 | 82 | FF | 12 | 31 | 0 | 0 | 116 | 64 | 4B |
| Octal | 322 | 202 | 377 | 22 | 61 | 0 | 0 | 426 | 144 | 113 |
| Binary | 11010010 | 10000010 | 11111111 | 10010 | 110001 | 0 | 0 | 100010110 | 1100100 | 1001011 |
Color Harmonies of #D282FF
Complementary color
Monochromatic Colors of #D282FF
Black with #D282FF
Text Example
Text Example
White with #D282FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282FF; }
p { color: rgb(210,130,255); }
H1.HeaderClassName
{
color: #D282FF;
}
.AnyTagClassName
{
color: #D282FF;
}
</style>
background-color css
<style>
a { background-color: #D282FF; }
a { background-color: rgb(210,130,255); }
div.DivClassName
{
background-color: #D282FF;
}
.BgClassName
{
background-color: #D282FF;
}
</style>
border-color css
<style>
span { border-color: #D282FF; }
span { border-color: rgb(210,130,255); }
td.TdClassName
{
border-color: #D282FF;
}
.TagClassName
{
border-color: #D282FF;
}
</style>