Shades of Heliotrope #D246FD
Tints of Heliotrope #D246FD
RGB
CMYK
RGB Variations
Color information
#D246FD (or 0xD246FD) is known color: Heliotrope. HEX triplet: D2, 46 and FD. RGB value is (210,70,253). Sum of RGB (Red+Green+Blue) = 210+70+253=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #D246FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D246FD is #2DB902. Grayscale: #848484. Windows color (decimal): -2996483 or 16598738. OLE color: 16598738.
HSL color Cylindrical-coordinate representation of color #D246FD: hue angle of 285.9º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D246FD is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 70 | 253 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.01 |
| HSL | 285.9º | 0.98% | 0.63% | - |
| HSV(B) | 285.9º | 0.72% | 0.99% | - |
| XYZ | 46.5 | 25.17 | 95.34 | - |
| YUV | 132.72 | 195.88 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 253 | 0.17 | 0.72 | 0 | 0.01 | 285.9 | 0.98 | 0.63 |
| Hex | D2 | 46 | FD | 11 | 48 | 0 | 1 | 11E | 62 | 3F |
| Octal | 322 | 106 | 375 | 21 | 110 | 0 | 1 | 436 | 142 | 77 |
| Binary | 11010010 | 1000110 | 11111101 | 10001 | 1001000 | 0 | 1 | 100011110 | 1100010 | 111111 |
Color Harmonies of #D246FD
Complementary color
Monochromatic Colors of #D246FD
Black with #D246FD
Text Example
Text Example
White with #D246FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246FD; }
p { color: rgb(210,70,253); }
H1.HeaderClassName
{
color: #D246FD;
}
.AnyTagClassName
{
color: #D246FD;
}
</style>
background-color css
<style>
a { background-color: #D246FD; }
a { background-color: rgb(210,70,253); }
div.DivClassName
{
background-color: #D246FD;
}
.BgClassName
{
background-color: #D246FD;
}
</style>
border-color css
<style>
span { border-color: #D246FD; }
span { border-color: rgb(210,70,253); }
td.TdClassName
{
border-color: #D246FD;
}
.TagClassName
{
border-color: #D246FD;
}
</style>