Shades of Heliotrope #D470FB
Tints of Heliotrope #D470FB
RGB
CMYK
RGB Variations
Color information
#D470FB (or 0xD470FB) is known color: Heliotrope. HEX triplet: D4, 70 and FB. RGB value is (212,112,251). Sum of RGB (Red+Green+Blue) = 212+112+251=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #D470FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470FB is #2B8F04. Grayscale: #9D9D9D. Windows color (decimal): -2854661 or 16478420. OLE color: 16478420.
HSL color Cylindrical-coordinate representation of color #D470FB: hue angle of 283.17º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D470FB is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 112 | 251 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.02 |
| HSL | 283.17º | 0.95% | 0.71% | - |
| HSV(B) | 283.17º | 0.55% | 0.98% | - |
| XYZ | 50.36 | 32.55 | 94.9 | - |
| YUV | 157.75 | 180.63 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 251 | 0.16 | 0.55 | 0 | 0.02 | 283.17 | 0.95 | 0.71 |
| Hex | D4 | 70 | FB | 10 | 37 | 0 | 2 | 11B | 5F | 47 |
| Octal | 324 | 160 | 373 | 20 | 67 | 0 | 2 | 433 | 137 | 107 |
| Binary | 11010100 | 1110000 | 11111011 | 10000 | 110111 | 0 | 10 | 100011011 | 1011111 | 1000111 |
Color Harmonies of #D470FB
Complementary color
Monochromatic Colors of #D470FB
Black with #D470FB
Text Example
Text Example
White with #D470FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470FB; }
p { color: rgb(212,112,251); }
H1.HeaderClassName
{
color: #D470FB;
}
.AnyTagClassName
{
color: #D470FB;
}
</style>
background-color css
<style>
a { background-color: #D470FB; }
a { background-color: rgb(212,112,251); }
div.DivClassName
{
background-color: #D470FB;
}
.BgClassName
{
background-color: #D470FB;
}
</style>
border-color css
<style>
span { border-color: #D470FB; }
span { border-color: rgb(212,112,251); }
td.TdClassName
{
border-color: #D470FB;
}
.TagClassName
{
border-color: #D470FB;
}
</style>