Shades of Heliotrope #D570FC
Tints of Heliotrope #D570FC
RGB
CMYK
RGB Variations
Color information
#D570FC (or 0xD570FC) is known color: Heliotrope. HEX triplet: D5, 70 and FC. RGB value is (213,112,252). Sum of RGB (Red+Green+Blue) = 213+112+252=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #D570FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D570FC is #2A8F03. Grayscale: #9D9D9D. Windows color (decimal): -2789124 or 16543957. OLE color: 16543957.
HSL color Cylindrical-coordinate representation of color #D570FC: hue angle of 283.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D570FC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 112 | 252 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.01 |
| HSL | 283.29º | 0.96% | 0.71% | - |
| HSV(B) | 283.29º | 0.56% | 0.99% | - |
| XYZ | 50.81 | 32.76 | 95.74 | - |
| YUV | 158.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 252 | 0.15 | 0.56 | 0 | 0.01 | 283.29 | 0.96 | 0.71 |
| Hex | D5 | 70 | FC | F | 38 | 0 | 1 | 11B | 60 | 47 |
| Octal | 325 | 160 | 374 | 17 | 70 | 0 | 1 | 433 | 140 | 107 |
| Binary | 11010101 | 1110000 | 11111100 | 1111 | 111000 | 0 | 1 | 100011011 | 1100000 | 1000111 |
Color Harmonies of #D570FC
Complementary color
Monochromatic Colors of #D570FC
Black with #D570FC
Text Example
Text Example
White with #D570FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570FC; }
p { color: rgb(213,112,252); }
H1.HeaderClassName
{
color: #D570FC;
}
.AnyTagClassName
{
color: #D570FC;
}
</style>
background-color css
<style>
a { background-color: #D570FC; }
a { background-color: rgb(213,112,252); }
div.DivClassName
{
background-color: #D570FC;
}
.BgClassName
{
background-color: #D570FC;
}
</style>
border-color css
<style>
span { border-color: #D570FC; }
span { border-color: rgb(213,112,252); }
td.TdClassName
{
border-color: #D570FC;
}
.TagClassName
{
border-color: #D570FC;
}
</style>