Shades of Heliotrope #D24BF7
Tints of Heliotrope #D24BF7
RGB
CMYK
RGB Variations
Color information
#D24BF7 (or 0xD24BF7) is known color: Heliotrope. HEX triplet: D2, 4B and F7. RGB value is (210,75,247). Sum of RGB (Red+Green+Blue) = 210+75+247=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 75 (29.69% from 255 or 14.10% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #D24BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24BF7 is #2DB408. Grayscale: #868686. Windows color (decimal): -2995209 or 16206802. OLE color: 16206802.
HSL color Cylindrical-coordinate representation of color #D24BF7: hue angle of 287.09º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24BF7 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 75 | 247 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.03 |
| HSL | 287.09º | 0.91% | 0.63% | - |
| HSV(B) | 287.09º | 0.7% | 0.97% | - |
| XYZ | 45.88 | 25.45 | 90.49 | - |
| YUV | 134.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 247 | 0.15 | 0.70 | 0 | 0.03 | 287.09 | 0.91 | 0.63 |
| Hex | D2 | 4B | F7 | F | 46 | 0 | 3 | 11F | 5B | 3F |
| Octal | 322 | 113 | 367 | 17 | 106 | 0 | 3 | 437 | 133 | 77 |
| Binary | 11010010 | 1001011 | 11110111 | 1111 | 1000110 | 0 | 11 | 100011111 | 1011011 | 111111 |
Color Harmonies of #D24BF7
Complementary color
Monochromatic Colors of #D24BF7
Black with #D24BF7
Text Example
Text Example
White with #D24BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BF7; }
p { color: rgb(210,75,247); }
H1.HeaderClassName
{
color: #D24BF7;
}
.AnyTagClassName
{
color: #D24BF7;
}
</style>
background-color css
<style>
a { background-color: #D24BF7; }
a { background-color: rgb(210,75,247); }
div.DivClassName
{
background-color: #D24BF7;
}
.BgClassName
{
background-color: #D24BF7;
}
</style>
border-color css
<style>
span { border-color: #D24BF7; }
span { border-color: rgb(210,75,247); }
td.TdClassName
{
border-color: #D24BF7;
}
.TagClassName
{
border-color: #D24BF7;
}
</style>