Shades of Heliotrope #DA72ED
Tints of Heliotrope #DA72ED
RGB
CMYK
RGB Variations
Color information
#DA72ED (or 0xDA72ED) is known color: Heliotrope. HEX triplet: DA, 72 and ED. RGB value is (218,114,237). Sum of RGB (Red+Green+Blue) = 218+114+237=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA72ED is #258D12. Grayscale: #9E9E9E. Windows color (decimal): -2460947 or 15561434. OLE color: 15561434.
HSL color Cylindrical-coordinate representation of color #DA72ED: hue angle of 290.73º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA72ED is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 114 | 237 | - |
CMYK | 0.08 | 0.52 | 0 | 0.07 |
HSL | 290.73º | 0.77% | 0.69% | - |
HSV(B) | 290.73º | 0.52% | 0.93% | - |
XYZ | 50.22 | 33.05 | 83.85 | - |
YUV | 159.12 | 171.96 | 170 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 114 | 237 | 0.08 | 0.52 | 0 | 0.07 | 290.73 | 0.77 | 0.69 |
Hex | DA | 72 | ED | 8 | 34 | 0 | 7 | 123 | 4D | 45 |
Octal | 332 | 162 | 355 | 10 | 64 | 0 | 7 | 443 | 115 | 105 |
Binary | 11011010 | 1110010 | 11101101 | 1000 | 110100 | 0 | 111 | 100100011 | 1001101 | 1000101 |
Color Harmonies of #DA72ED
Complementary color
Monochromatic Colors of #DA72ED
Black with #DA72ED
Text Example
Text Example
White with #DA72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA72ED; }
p { color: rgb(218,114,237); }
H1.HeaderClassName
{
color: #DA72ED;
}
.AnyTagClassName
{
color: #DA72ED;
}
</style>
background-color css
<style>
a { background-color: #DA72ED; }
a { background-color: rgb(218,114,237); }
div.DivClassName
{
background-color: #DA72ED;
}
.BgClassName
{
background-color: #DA72ED;
}
</style>
border-color css
<style>
span { border-color: #DA72ED; }
span { border-color: rgb(218,114,237); }
td.TdClassName
{
border-color: #DA72ED;
}
.TagClassName
{
border-color: #DA72ED;
}
</style>