Shades of Heliotrope #D272EA
Tints of Heliotrope #D272EA
RGB
CMYK
RGB Variations
Color information
#D272EA (or 0xD272EA) is known color: Heliotrope. HEX triplet: D2, 72 and EA. RGB value is (210,114,234). Sum of RGB (Red+Green+Blue) = 210+114+234=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #D272EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272EA is #2D8D15. Grayscale: #9C9C9C. Windows color (decimal): -2985238 or 15364818. OLE color: 15364818.
HSL color Cylindrical-coordinate representation of color #D272EA: hue angle of 288º 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 #D272EA is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 114 | 234 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.08 |
| HSL | 288º | 0.74% | 0.68% | - |
| HSV(B) | 288º | 0.51% | 0.92% | - |
| XYZ | 47.45 | 31.68 | 81.46 | - |
| YUV | 156.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 234 | 0.10 | 0.51 | 0 | 0.08 | 288 | 0.74 | 0.68 |
| Hex | D2 | 72 | EA | A | 33 | 0 | 8 | 120 | 4A | 44 |
| Octal | 322 | 162 | 352 | 12 | 63 | 0 | 10 | 440 | 112 | 104 |
| Binary | 11010010 | 1110010 | 11101010 | 1010 | 110011 | 0 | 1000 | 100100000 | 1001010 | 1000100 |
Color Harmonies of #D272EA
Complementary color
Monochromatic Colors of #D272EA
Black with #D272EA
Text Example
Text Example
White with #D272EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272EA; }
p { color: rgb(210,114,234); }
H1.HeaderClassName
{
color: #D272EA;
}
.AnyTagClassName
{
color: #D272EA;
}
</style>
background-color css
<style>
a { background-color: #D272EA; }
a { background-color: rgb(210,114,234); }
div.DivClassName
{
background-color: #D272EA;
}
.BgClassName
{
background-color: #D272EA;
}
</style>
border-color css
<style>
span { border-color: #D272EA; }
span { border-color: rgb(210,114,234); }
td.TdClassName
{
border-color: #D272EA;
}
.TagClassName
{
border-color: #D272EA;
}
</style>