Shades of Heliotrope #D273EE
Tints of Heliotrope #D273EE
RGB
CMYK
RGB Variations
Color information
#D273EE (or 0xD273EE) is known color: Heliotrope. HEX triplet: D2, 73 and EE. RGB value is (210,115,238). Sum of RGB (Red+Green+Blue) = 210+115+238=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #D273EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D273EE is #2D8C11. Grayscale: #9D9D9D. Windows color (decimal): -2984978 or 15627218. OLE color: 15627218.
HSL color Cylindrical-coordinate representation of color #D273EE: hue angle of 286.34º 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 #D273EE is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 115 | 238 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.07 |
| HSL | 286.34º | 0.78% | 0.69% | - |
| HSV(B) | 286.34º | 0.52% | 0.93% | - |
| XYZ | 48.14 | 32.14 | 84.55 | - |
| YUV | 157.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 238 | 0.12 | 0.52 | 0 | 0.07 | 286.34 | 0.78 | 0.69 |
| Hex | D2 | 73 | EE | C | 34 | 0 | 7 | 11E | 4E | 45 |
| Octal | 322 | 163 | 356 | 14 | 64 | 0 | 7 | 436 | 116 | 105 |
| Binary | 11010010 | 1110011 | 11101110 | 1100 | 110100 | 0 | 111 | 100011110 | 1001110 | 1000101 |
Color Harmonies of #D273EE
Complementary color
Monochromatic Colors of #D273EE
Black with #D273EE
Text Example
Text Example
White with #D273EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273EE; }
p { color: rgb(210,115,238); }
H1.HeaderClassName
{
color: #D273EE;
}
.AnyTagClassName
{
color: #D273EE;
}
</style>
background-color css
<style>
a { background-color: #D273EE; }
a { background-color: rgb(210,115,238); }
div.DivClassName
{
background-color: #D273EE;
}
.BgClassName
{
background-color: #D273EE;
}
</style>
border-color css
<style>
span { border-color: #D273EE; }
span { border-color: rgb(210,115,238); }
td.TdClassName
{
border-color: #D273EE;
}
.TagClassName
{
border-color: #D273EE;
}
</style>