Shades of Heliotrope #D272EF
Tints of Heliotrope #D272EF
RGB
CMYK
RGB Variations
Color information
#D272EF (or 0xD272EF) is known color: Heliotrope. HEX triplet: D2, 72 and EF. RGB value is (210,114,239). Sum of RGB (Red+Green+Blue) = 210+114+239=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #D272EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272EF is #2D8D10. Grayscale: #9C9C9C. Windows color (decimal): -2985233 or 15692498. OLE color: 15692498.
HSL color Cylindrical-coordinate representation of color #D272EF: hue angle of 286.08º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D272EF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 114 | 239 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.06 |
| HSL | 286.08º | 0.8% | 0.69% | - |
| HSV(B) | 286.08º | 0.52% | 0.94% | - |
| XYZ | 48.18 | 31.97 | 85.29 | - |
| YUV | 156.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 239 | 0.12 | 0.52 | 0 | 0.06 | 286.08 | 0.8 | 0.69 |
| Hex | D2 | 72 | EF | C | 34 | 0 | 6 | 11E | 50 | 45 |
| Octal | 322 | 162 | 357 | 14 | 64 | 0 | 6 | 436 | 120 | 105 |
| Binary | 11010010 | 1110010 | 11101111 | 1100 | 110100 | 0 | 110 | 100011110 | 1010000 | 1000101 |
Color Harmonies of #D272EF
Complementary color
Monochromatic Colors of #D272EF
Black with #D272EF
Text Example
Text Example
White with #D272EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272EF; }
p { color: rgb(210,114,239); }
H1.HeaderClassName
{
color: #D272EF;
}
.AnyTagClassName
{
color: #D272EF;
}
</style>
background-color css
<style>
a { background-color: #D272EF; }
a { background-color: rgb(210,114,239); }
div.DivClassName
{
background-color: #D272EF;
}
.BgClassName
{
background-color: #D272EF;
}
</style>
border-color css
<style>
span { border-color: #D272EF; }
span { border-color: rgb(210,114,239); }
td.TdClassName
{
border-color: #D272EF;
}
.TagClassName
{
border-color: #D272EF;
}
</style>