Shades of Heliotrope #DA72FF
Tints of Heliotrope #DA72FF
RGB
CMYK
RGB Variations
Color information
#DA72FF (or 0xDA72FF) is known color: Heliotrope. HEX triplet: DA, 72 and FF. RGB value is (218,114,255). Sum of RGB (Red+Green+Blue) = 218+114+255=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA72FF is #258D00. Grayscale: #A0A0A0. Windows color (decimal): -2460929 or 16741082. OLE color: 16741082.
HSL color Cylindrical-coordinate representation of color #DA72FF: hue angle of 284.26º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA72FF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 114 | 255 | - |
| CMYK | 0.15 | 0.55 | 0 | 0 |
| HSL | 284.26º | 1% | 0.72% | - |
| HSV(B) | 284.26º | 0.55% | 1% | - |
| XYZ | 52.98 | 34.16 | 98.41 | - |
| YUV | 161.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 255 | 0.15 | 0.55 | 0 | 0 | 284.26 | 1 | 0.72 |
| Hex | DA | 72 | FF | F | 37 | 0 | 0 | 11C | 64 | 48 |
| Octal | 332 | 162 | 377 | 17 | 67 | 0 | 0 | 434 | 144 | 110 |
| Binary | 11011010 | 1110010 | 11111111 | 1111 | 110111 | 0 | 0 | 100011100 | 1100100 | 1001000 |
Color Harmonies of #DA72FF
Complementary color
Monochromatic Colors of #DA72FF
Black with #DA72FF
Text Example
Text Example
White with #DA72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA72FF; }
p { color: rgb(218,114,255); }
H1.HeaderClassName
{
color: #DA72FF;
}
.AnyTagClassName
{
color: #DA72FF;
}
</style>
background-color css
<style>
a { background-color: #DA72FF; }
a { background-color: rgb(218,114,255); }
div.DivClassName
{
background-color: #DA72FF;
}
.BgClassName
{
background-color: #DA72FF;
}
</style>
border-color css
<style>
span { border-color: #DA72FF; }
span { border-color: rgb(218,114,255); }
td.TdClassName
{
border-color: #DA72FF;
}
.TagClassName
{
border-color: #DA72FF;
}
</style>