Shades of Heliotrope #D253FB
Tints of Heliotrope #D253FB
RGB
CMYK
RGB Variations
Color information
#D253FB (or 0xD253FB) is known color: Heliotrope. HEX triplet: D2, 53 and FB. RGB value is (210,83,251). Sum of RGB (Red+Green+Blue) = 210+83+251=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #D253FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D253FB is #2DAC04. Grayscale: #8B8B8B. Windows color (decimal): -2993157 or 16470994. OLE color: 16470994.
HSL color Cylindrical-coordinate representation of color #D253FB: hue angle of 285.36º degrees, saturation: 0.95, 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 #D253FB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 83 | 251 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.02 |
| HSL | 285.36º | 0.95% | 0.65% | - |
| HSV(B) | 285.36º | 0.67% | 0.98% | - |
| XYZ | 47.08 | 26.85 | 93.97 | - |
| YUV | 140.13 | 190.58 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 251 | 0.16 | 0.67 | 0 | 0.02 | 285.36 | 0.95 | 0.65 |
| Hex | D2 | 53 | FB | 10 | 43 | 0 | 2 | 11D | 5F | 41 |
| Octal | 322 | 123 | 373 | 20 | 103 | 0 | 2 | 435 | 137 | 101 |
| Binary | 11010010 | 1010011 | 11111011 | 10000 | 1000011 | 0 | 10 | 100011101 | 1011111 | 1000001 |
Color Harmonies of #D253FB
Complementary color
Monochromatic Colors of #D253FB
Black with #D253FB
Text Example
Text Example
White with #D253FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253FB; }
p { color: rgb(210,83,251); }
H1.HeaderClassName
{
color: #D253FB;
}
.AnyTagClassName
{
color: #D253FB;
}
</style>
background-color css
<style>
a { background-color: #D253FB; }
a { background-color: rgb(210,83,251); }
div.DivClassName
{
background-color: #D253FB;
}
.BgClassName
{
background-color: #D253FB;
}
</style>
border-color css
<style>
span { border-color: #D253FB; }
span { border-color: rgb(210,83,251); }
td.TdClassName
{
border-color: #D253FB;
}
.TagClassName
{
border-color: #D253FB;
}
</style>