Shades of Heliotrope #D253F2
Tints of Heliotrope #D253F2
RGB
CMYK
RGB Variations
Color information
#D253F2 (or 0xD253F2) is known color: Heliotrope. HEX triplet: D2, 53 and F2. RGB value is (210,83,242). Sum of RGB (Red+Green+Blue) = 210+83+242=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #D253F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D253F2 is #2DAC0D. Grayscale: #8A8A8A. Windows color (decimal): -2993166 or 15881170. OLE color: 15881170.
HSL color Cylindrical-coordinate representation of color #D253F2: hue angle of 287.92º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D253F2 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 83 | 242 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.05 |
| HSL | 287.92º | 0.86% | 0.64% | - |
| HSV(B) | 287.92º | 0.66% | 0.95% | - |
| XYZ | 45.7 | 26.3 | 86.67 | - |
| YUV | 139.1 | 186.08 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 242 | 0.13 | 0.66 | 0 | 0.05 | 287.92 | 0.86 | 0.64 |
| Hex | D2 | 53 | F2 | D | 42 | 0 | 5 | 120 | 56 | 40 |
| Octal | 322 | 123 | 362 | 15 | 102 | 0 | 5 | 440 | 126 | 100 |
| Binary | 11010010 | 1010011 | 11110010 | 1101 | 1000010 | 0 | 101 | 100100000 | 1010110 | 1000000 |
Color Harmonies of #D253F2
Complementary color
Monochromatic Colors of #D253F2
Black with #D253F2
Text Example
Text Example
White with #D253F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253F2; }
p { color: rgb(210,83,242); }
H1.HeaderClassName
{
color: #D253F2;
}
.AnyTagClassName
{
color: #D253F2;
}
</style>
background-color css
<style>
a { background-color: #D253F2; }
a { background-color: rgb(210,83,242); }
div.DivClassName
{
background-color: #D253F2;
}
.BgClassName
{
background-color: #D253F2;
}
</style>
border-color css
<style>
span { border-color: #D253F2; }
span { border-color: rgb(210,83,242); }
td.TdClassName
{
border-color: #D253F2;
}
.TagClassName
{
border-color: #D253F2;
}
</style>