Shades of Heliotrope #D570FA
Tints of Heliotrope #D570FA
RGB
CMYK
RGB Variations
Color information
#D570FA (or 0xD570FA) is known color: Heliotrope. HEX triplet: D5, 70 and FA. RGB value is (213,112,250). Sum of RGB (Red+Green+Blue) = 213+112+250=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #D570FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D570FA is #2A8F05. Grayscale: #9D9D9D. Windows color (decimal): -2789126 or 16412885. OLE color: 16412885.
HSL color Cylindrical-coordinate representation of color #D570FA: hue angle of 283.91º degrees, saturation: 0.93, 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 #D570FA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 112 | 250 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.02 |
| HSL | 283.91º | 0.93% | 0.71% | - |
| HSV(B) | 283.91º | 0.55% | 0.98% | - |
| XYZ | 50.49 | 32.64 | 94.08 | - |
| YUV | 157.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 250 | 0.15 | 0.55 | 0 | 0.02 | 283.91 | 0.93 | 0.71 |
| Hex | D5 | 70 | FA | F | 37 | 0 | 2 | 11C | 5D | 47 |
| Octal | 325 | 160 | 372 | 17 | 67 | 0 | 2 | 434 | 135 | 107 |
| Binary | 11010101 | 1110000 | 11111010 | 1111 | 110111 | 0 | 10 | 100011100 | 1011101 | 1000111 |
Color Harmonies of #D570FA
Complementary color
Monochromatic Colors of #D570FA
Black with #D570FA
Text Example
Text Example
White with #D570FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570FA; }
p { color: rgb(213,112,250); }
H1.HeaderClassName
{
color: #D570FA;
}
.AnyTagClassName
{
color: #D570FA;
}
</style>
background-color css
<style>
a { background-color: #D570FA; }
a { background-color: rgb(213,112,250); }
div.DivClassName
{
background-color: #D570FA;
}
.BgClassName
{
background-color: #D570FA;
}
</style>
border-color css
<style>
span { border-color: #D570FA; }
span { border-color: rgb(213,112,250); }
td.TdClassName
{
border-color: #D570FA;
}
.TagClassName
{
border-color: #D570FA;
}
</style>