Shades of Heliotrope #D251FD
Tints of Heliotrope #D251FD
RGB
CMYK
RGB Variations
Color information
#D251FD (or 0xD251FD) is known color: Heliotrope. HEX triplet: D2, 51 and FD. RGB value is (210,81,253). Sum of RGB (Red+Green+Blue) = 210+81+253=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 81 (32.03% from 255 or 14.89% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #D251FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251FD is #2DAE02. Grayscale: #8A8A8A. Windows color (decimal): -2993667 or 16601554. OLE color: 16601554.
HSL color Cylindrical-coordinate representation of color #D251FD: hue angle of 285º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D251FD is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 81 | 253 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.01 |
| HSL | 285º | 0.98% | 0.65% | - |
| HSV(B) | 285º | 0.68% | 0.99% | - |
| XYZ | 47.25 | 26.68 | 95.59 | - |
| YUV | 139.18 | 192.24 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 253 | 0.17 | 0.68 | 0 | 0.01 | 285 | 0.98 | 0.65 |
| Hex | D2 | 51 | FD | 11 | 44 | 0 | 1 | 11D | 62 | 41 |
| Octal | 322 | 121 | 375 | 21 | 104 | 0 | 1 | 435 | 142 | 101 |
| Binary | 11010010 | 1010001 | 11111101 | 10001 | 1000100 | 0 | 1 | 100011101 | 1100010 | 1000001 |
Color Harmonies of #D251FD
Complementary color
Monochromatic Colors of #D251FD
Black with #D251FD
Text Example
Text Example
White with #D251FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251FD; }
p { color: rgb(210,81,253); }
H1.HeaderClassName
{
color: #D251FD;
}
.AnyTagClassName
{
color: #D251FD;
}
</style>
background-color css
<style>
a { background-color: #D251FD; }
a { background-color: rgb(210,81,253); }
div.DivClassName
{
background-color: #D251FD;
}
.BgClassName
{
background-color: #D251FD;
}
</style>
border-color css
<style>
span { border-color: #D251FD; }
span { border-color: rgb(210,81,253); }
td.TdClassName
{
border-color: #D251FD;
}
.TagClassName
{
border-color: #D251FD;
}
</style>