Shades of Heliotrope #D570FB
Tints of Heliotrope #D570FB
RGB
CMYK
RGB Variations
Color information
#D570FB (or 0xD570FB) is known color: Heliotrope. HEX triplet: D5, 70 and FB. RGB value is (213,112,251). Sum of RGB (Red+Green+Blue) = 213+112+251=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #D570FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D570FB is #2A8F04. Grayscale: #9D9D9D. Windows color (decimal): -2789125 or 16478421. OLE color: 16478421.
HSL color Cylindrical-coordinate representation of color #D570FB: hue angle of 283.6º 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 #D570FB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 112 | 251 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.02 |
| HSL | 283.6º | 0.95% | 0.71% | - |
| HSV(B) | 283.6º | 0.55% | 0.98% | - |
| XYZ | 50.65 | 32.7 | 94.91 | - |
| YUV | 158.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 251 | 0.15 | 0.55 | 0 | 0.02 | 283.6 | 0.95 | 0.71 |
| Hex | D5 | 70 | FB | F | 37 | 0 | 2 | 11C | 5F | 47 |
| Octal | 325 | 160 | 373 | 17 | 67 | 0 | 2 | 434 | 137 | 107 |
| Binary | 11010101 | 1110000 | 11111011 | 1111 | 110111 | 0 | 10 | 100011100 | 1011111 | 1000111 |
Color Harmonies of #D570FB
Complementary color
Monochromatic Colors of #D570FB
Black with #D570FB
Text Example
Text Example
White with #D570FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570FB; }
p { color: rgb(213,112,251); }
H1.HeaderClassName
{
color: #D570FB;
}
.AnyTagClassName
{
color: #D570FB;
}
</style>
background-color css
<style>
a { background-color: #D570FB; }
a { background-color: rgb(213,112,251); }
div.DivClassName
{
background-color: #D570FB;
}
.BgClassName
{
background-color: #D570FB;
}
</style>
border-color css
<style>
span { border-color: #D570FB; }
span { border-color: rgb(213,112,251); }
td.TdClassName
{
border-color: #D570FB;
}
.TagClassName
{
border-color: #D570FB;
}
</style>