Shades of Heliotrope #D27DE8
Tints of Heliotrope #D27DE8
RGB
CMYK
RGB Variations
Color information
#D27DE8 (or 0xD27DE8) is known color: Heliotrope. HEX triplet: D2, 7D and E8. RGB value is (210,125,232). Sum of RGB (Red+Green+Blue) = 210+125+232=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #D27DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DE8 is #2D8217. Grayscale: #A2A2A2. Windows color (decimal): -2982424 or 15236562. OLE color: 15236562.
HSL color Cylindrical-coordinate representation of color #D27DE8: hue angle of 287.66º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27DE8 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 125 | 232 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.09 |
| HSL | 287.66º | 0.7% | 0.7% | - |
| HSV(B) | 287.66º | 0.46% | 0.91% | - |
| XYZ | 48.48 | 34.2 | 80.39 | - |
| YUV | 162.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 232 | 0.09 | 0.46 | 0 | 0.09 | 287.66 | 0.7 | 0.7 |
| Hex | D2 | 7D | E8 | 9 | 2E | 0 | 9 | 120 | 46 | 46 |
| Octal | 322 | 175 | 350 | 11 | 56 | 0 | 11 | 440 | 106 | 106 |
| Binary | 11010010 | 1111101 | 11101000 | 1001 | 101110 | 0 | 1001 | 100100000 | 1000110 | 1000110 |
Color Harmonies of #D27DE8
Complementary color
Monochromatic Colors of #D27DE8
Black with #D27DE8
Text Example
Text Example
White with #D27DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DE8; }
p { color: rgb(210,125,232); }
H1.HeaderClassName
{
color: #D27DE8;
}
.AnyTagClassName
{
color: #D27DE8;
}
</style>
background-color css
<style>
a { background-color: #D27DE8; }
a { background-color: rgb(210,125,232); }
div.DivClassName
{
background-color: #D27DE8;
}
.BgClassName
{
background-color: #D27DE8;
}
</style>
border-color css
<style>
span { border-color: #D27DE8; }
span { border-color: rgb(210,125,232); }
td.TdClassName
{
border-color: #D27DE8;
}
.TagClassName
{
border-color: #D27DE8;
}
</style>