Shades of Heliotrope #D253FA
Tints of Heliotrope #D253FA
RGB
CMYK
RGB Variations
Color information
#D253FA (or 0xD253FA) is known color: Heliotrope. HEX triplet: D2, 53 and FA. RGB value is (210,83,250). Sum of RGB (Red+Green+Blue) = 210+83+250=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #D253FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D253FA is #2DAC05. Grayscale: #8B8B8B. Windows color (decimal): -2993158 or 16405458. OLE color: 16405458.
HSL color Cylindrical-coordinate representation of color #D253FA: hue angle of 285.63º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D253FA is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 83 | 250 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.02 |
| HSL | 285.63º | 0.94% | 0.65% | - |
| HSV(B) | 285.63º | 0.67% | 0.98% | - |
| XYZ | 46.93 | 26.79 | 93.14 | - |
| YUV | 140.01 | 190.08 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 250 | 0.16 | 0.67 | 0 | 0.02 | 285.63 | 0.94 | 0.65 |
| Hex | D2 | 53 | FA | 10 | 43 | 0 | 2 | 11E | 5E | 41 |
| Octal | 322 | 123 | 372 | 20 | 103 | 0 | 2 | 436 | 136 | 101 |
| Binary | 11010010 | 1010011 | 11111010 | 10000 | 1000011 | 0 | 10 | 100011110 | 1011110 | 1000001 |
Color Harmonies of #D253FA
Complementary color
Monochromatic Colors of #D253FA
Black with #D253FA
Text Example
Text Example
White with #D253FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253FA; }
p { color: rgb(210,83,250); }
H1.HeaderClassName
{
color: #D253FA;
}
.AnyTagClassName
{
color: #D253FA;
}
</style>
background-color css
<style>
a { background-color: #D253FA; }
a { background-color: rgb(210,83,250); }
div.DivClassName
{
background-color: #D253FA;
}
.BgClassName
{
background-color: #D253FA;
}
</style>
border-color css
<style>
span { border-color: #D253FA; }
span { border-color: rgb(210,83,250); }
td.TdClassName
{
border-color: #D253FA;
}
.TagClassName
{
border-color: #D253FA;
}
</style>