Shades of Heliotrope #D573EA
Tints of Heliotrope #D573EA
RGB
CMYK
RGB Variations
Color information
#D573EA (or 0xD573EA) is known color: Heliotrope. HEX triplet: D5, 73 and EA. RGB value is (213,115,234). Sum of RGB (Red+Green+Blue) = 213+115+234=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #D573EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D573EA is #2A8C15. Grayscale: #9D9D9D. Windows color (decimal): -2788374 or 15365077. OLE color: 15365077.
HSL color Cylindrical-coordinate representation of color #D573EA: hue angle of 289.41º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D573EA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 115 | 234 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.08 |
| HSL | 289.41º | 0.74% | 0.68% | - |
| HSV(B) | 289.41º | 0.51% | 0.92% | - |
| XYZ | 48.42 | 32.35 | 81.53 | - |
| YUV | 157.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 234 | 0.09 | 0.51 | 0 | 0.08 | 289.41 | 0.74 | 0.68 |
| Hex | D5 | 73 | EA | 9 | 33 | 0 | 8 | 121 | 4A | 44 |
| Octal | 325 | 163 | 352 | 11 | 63 | 0 | 10 | 441 | 112 | 104 |
| Binary | 11010101 | 1110011 | 11101010 | 1001 | 110011 | 0 | 1000 | 100100001 | 1001010 | 1000100 |
Color Harmonies of #D573EA
Complementary color
Monochromatic Colors of #D573EA
Black with #D573EA
Text Example
Text Example
White with #D573EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573EA; }
p { color: rgb(213,115,234); }
H1.HeaderClassName
{
color: #D573EA;
}
.AnyTagClassName
{
color: #D573EA;
}
</style>
background-color css
<style>
a { background-color: #D573EA; }
a { background-color: rgb(213,115,234); }
div.DivClassName
{
background-color: #D573EA;
}
.BgClassName
{
background-color: #D573EA;
}
</style>
border-color css
<style>
span { border-color: #D573EA; }
span { border-color: rgb(213,115,234); }
td.TdClassName
{
border-color: #D573EA;
}
.TagClassName
{
border-color: #D573EA;
}
</style>