Shades of Heliotrope #D282F9
Tints of Heliotrope #D282F9
RGB
CMYK
RGB Variations
Color information
#D282F9 (or 0xD282F9) is known color: Heliotrope. HEX triplet: D2, 82 and F9. RGB value is (210,130,249). Sum of RGB (Red+Green+Blue) = 210+130+249=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #D282F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D282F9 is #2D7D06. Grayscale: #A7A7A7. Windows color (decimal): -2981127 or 16351954. OLE color: 16351954.
HSL color Cylindrical-coordinate representation of color #D282F9: hue angle of 280.34º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D282F9 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 130 | 249 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.02 |
| HSL | 280.34º | 0.91% | 0.74% | - |
| HSV(B) | 280.34º | 0.48% | 0.98% | - |
| XYZ | 51.66 | 36.51 | 93.95 | - |
| YUV | 167.49 | 174 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 249 | 0.16 | 0.48 | 0 | 0.02 | 280.34 | 0.91 | 0.74 |
| Hex | D2 | 82 | F9 | 10 | 30 | 0 | 2 | 118 | 5B | 4A |
| Octal | 322 | 202 | 371 | 20 | 60 | 0 | 2 | 430 | 133 | 112 |
| Binary | 11010010 | 10000010 | 11111001 | 10000 | 110000 | 0 | 10 | 100011000 | 1011011 | 1001010 |
Color Harmonies of #D282F9
Complementary color
Monochromatic Colors of #D282F9
Black with #D282F9
Text Example
Text Example
White with #D282F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282F9; }
p { color: rgb(210,130,249); }
H1.HeaderClassName
{
color: #D282F9;
}
.AnyTagClassName
{
color: #D282F9;
}
</style>
background-color css
<style>
a { background-color: #D282F9; }
a { background-color: rgb(210,130,249); }
div.DivClassName
{
background-color: #D282F9;
}
.BgClassName
{
background-color: #D282F9;
}
</style>
border-color css
<style>
span { border-color: #D282F9; }
span { border-color: rgb(210,130,249); }
td.TdClassName
{
border-color: #D282F9;
}
.TagClassName
{
border-color: #D282F9;
}
</style>