Shades of Heliotrope #D253FE
Tints of Heliotrope #D253FE
RGB
CMYK
RGB Variations
Color information
#D253FE (or 0xD253FE) is known color: Heliotrope. HEX triplet: D2, 53 and FE. RGB value is (210,83,254). Sum of RGB (Red+Green+Blue) = 210+83+254=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #D253FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D253FE is #2DAC01. Grayscale: #8B8B8B. Windows color (decimal): -2993154 or 16667602. OLE color: 16667602.
HSL color Cylindrical-coordinate representation of color #D253FE: hue angle of 284.56º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D253FE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 83 | 254 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.00 |
| HSL | 284.56º | 0.99% | 0.66% | - |
| HSV(B) | 284.56º | 0.67% | 1% | - |
| XYZ | 47.56 | 27.04 | 96.48 | - |
| YUV | 140.47 | 192.08 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 254 | 0.17 | 0.67 | 0 | 0.00 | 284.56 | 0.99 | 0.66 |
| Hex | D2 | 53 | FE | 11 | 43 | 0 | 0 | 11D | 63 | 42 |
| Octal | 322 | 123 | 376 | 21 | 103 | 0 | 0 | 435 | 143 | 102 |
| Binary | 11010010 | 1010011 | 11111110 | 10001 | 1000011 | 0 | 0 | 100011101 | 1100011 | 1000010 |
Color Harmonies of #D253FE
Complementary color
Monochromatic Colors of #D253FE
Black with #D253FE
Text Example
Text Example
White with #D253FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253FE; }
p { color: rgb(210,83,254); }
H1.HeaderClassName
{
color: #D253FE;
}
.AnyTagClassName
{
color: #D253FE;
}
</style>
background-color css
<style>
a { background-color: #D253FE; }
a { background-color: rgb(210,83,254); }
div.DivClassName
{
background-color: #D253FE;
}
.BgClassName
{
background-color: #D253FE;
}
</style>
border-color css
<style>
span { border-color: #D253FE; }
span { border-color: rgb(210,83,254); }
td.TdClassName
{
border-color: #D253FE;
}
.TagClassName
{
border-color: #D253FE;
}
</style>