Shades of Heliotrope #D272EE
Tints of Heliotrope #D272EE
RGB
CMYK
RGB Variations
Color information
#D272EE (or 0xD272EE) is known color: Heliotrope. HEX triplet: D2, 72 and EE. RGB value is (210,114,238). Sum of RGB (Red+Green+Blue) = 210+114+238=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #D272EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272EE is #2D8D11. Grayscale: #9C9C9C. Windows color (decimal): -2985234 or 15626962. OLE color: 15626962.
HSL color Cylindrical-coordinate representation of color #D272EE: hue angle of 286.45º degrees, saturation: 0.78, 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 #D272EE is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 114 | 238 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.07 |
| HSL | 286.45º | 0.78% | 0.69% | - |
| HSV(B) | 286.45º | 0.52% | 0.93% | - |
| XYZ | 48.03 | 31.91 | 84.52 | - |
| YUV | 156.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 238 | 0.12 | 0.52 | 0 | 0.07 | 286.45 | 0.78 | 0.69 |
| Hex | D2 | 72 | EE | C | 34 | 0 | 7 | 11E | 4E | 45 |
| Octal | 322 | 162 | 356 | 14 | 64 | 0 | 7 | 436 | 116 | 105 |
| Binary | 11010010 | 1110010 | 11101110 | 1100 | 110100 | 0 | 111 | 100011110 | 1001110 | 1000101 |
Color Harmonies of #D272EE
Complementary color
Monochromatic Colors of #D272EE
Black with #D272EE
Text Example
Text Example
White with #D272EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272EE; }
p { color: rgb(210,114,238); }
H1.HeaderClassName
{
color: #D272EE;
}
.AnyTagClassName
{
color: #D272EE;
}
</style>
background-color css
<style>
a { background-color: #D272EE; }
a { background-color: rgb(210,114,238); }
div.DivClassName
{
background-color: #D272EE;
}
.BgClassName
{
background-color: #D272EE;
}
</style>
border-color css
<style>
span { border-color: #D272EE; }
span { border-color: rgb(210,114,238); }
td.TdClassName
{
border-color: #D272EE;
}
.TagClassName
{
border-color: #D272EE;
}
</style>