Shades of Heliotrope #D251FF
Tints of Heliotrope #D251FF
RGB
CMYK
RGB Variations
Color information
#D251FF (or 0xD251FF) is known color: Heliotrope. HEX triplet: D2, 51 and FF. RGB value is (210,81,255). Sum of RGB (Red+Green+Blue) = 210+81+255=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 81 (32.03% from 255 or 14.84% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #D251FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251FF is #2DAE00. Grayscale: #8A8A8A. Windows color (decimal): -2993665 or 16732626. OLE color: 16732626.
HSL color Cylindrical-coordinate representation of color #D251FF: hue angle of 284.48º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D251FF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 81 | 255 | - |
| CMYK | 0.18 | 0.68 | 0 | 0 |
| HSL | 284.48º | 1% | 0.66% | - |
| HSV(B) | 284.48º | 0.68% | 1% | - |
| XYZ | 47.57 | 26.81 | 97.27 | - |
| YUV | 139.41 | 193.24 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 255 | 0.18 | 0.68 | 0 | 0 | 284.48 | 1 | 0.66 |
| Hex | D2 | 51 | FF | 12 | 44 | 0 | 0 | 11C | 64 | 42 |
| Octal | 322 | 121 | 377 | 22 | 104 | 0 | 0 | 434 | 144 | 102 |
| Binary | 11010010 | 1010001 | 11111111 | 10010 | 1000100 | 0 | 0 | 100011100 | 1100100 | 1000010 |
Color Harmonies of #D251FF
Complementary color
Monochromatic Colors of #D251FF
Black with #D251FF
Text Example
Text Example
White with #D251FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251FF; }
p { color: rgb(210,81,255); }
H1.HeaderClassName
{
color: #D251FF;
}
.AnyTagClassName
{
color: #D251FF;
}
</style>
background-color css
<style>
a { background-color: #D251FF; }
a { background-color: rgb(210,81,255); }
div.DivClassName
{
background-color: #D251FF;
}
.BgClassName
{
background-color: #D251FF;
}
</style>
border-color css
<style>
span { border-color: #D251FF; }
span { border-color: rgb(210,81,255); }
td.TdClassName
{
border-color: #D251FF;
}
.TagClassName
{
border-color: #D251FF;
}
</style>