Shades of Heliotrope #D247FB
Tints of Heliotrope #D247FB
RGB
CMYK
RGB Variations
Color information
#D247FB (or 0xD247FB) is known color: Heliotrope. HEX triplet: D2, 47 and FB. RGB value is (210,71,251). Sum of RGB (Red+Green+Blue) = 210+71+251=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #D247FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247FB is #2DB804. Grayscale: #848484. Windows color (decimal): -2996229 or 16467922. OLE color: 16467922.
HSL color Cylindrical-coordinate representation of color #D247FB: hue angle of 286.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D247FB is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 71 | 251 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.02 |
| HSL | 286.33º | 0.96% | 0.63% | - |
| HSV(B) | 286.33º | 0.72% | 0.98% | - |
| XYZ | 46.24 | 25.17 | 93.69 | - |
| YUV | 133.08 | 194.55 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 251 | 0.16 | 0.72 | 0 | 0.02 | 286.33 | 0.96 | 0.63 |
| Hex | D2 | 47 | FB | 10 | 48 | 0 | 2 | 11E | 60 | 3F |
| Octal | 322 | 107 | 373 | 20 | 110 | 0 | 2 | 436 | 140 | 77 |
| Binary | 11010010 | 1000111 | 11111011 | 10000 | 1001000 | 0 | 10 | 100011110 | 1100000 | 111111 |
Color Harmonies of #D247FB
Complementary color
Monochromatic Colors of #D247FB
Black with #D247FB
Text Example
Text Example
White with #D247FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247FB; }
p { color: rgb(210,71,251); }
H1.HeaderClassName
{
color: #D247FB;
}
.AnyTagClassName
{
color: #D247FB;
}
</style>
background-color css
<style>
a { background-color: #D247FB; }
a { background-color: rgb(210,71,251); }
div.DivClassName
{
background-color: #D247FB;
}
.BgClassName
{
background-color: #D247FB;
}
</style>
border-color css
<style>
span { border-color: #D247FB; }
span { border-color: rgb(210,71,251); }
td.TdClassName
{
border-color: #D247FB;
}
.TagClassName
{
border-color: #D247FB;
}
</style>