Shades of Heliotrope #D27DEF
Tints of Heliotrope #D27DEF
RGB
CMYK
RGB Variations
Color information
#D27DEF (or 0xD27DEF) is known color: Heliotrope. HEX triplet: D2, 7D and EF. RGB value is (210,125,239). Sum of RGB (Red+Green+Blue) = 210+125+239=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #D27DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DEF is #2D8210. Grayscale: #A3A3A3. Windows color (decimal): -2982417 or 15695314. OLE color: 15695314.
HSL color Cylindrical-coordinate representation of color #D27DEF: hue angle of 284.74º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D27DEF is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 125 | 239 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.06 |
| HSL | 284.74º | 0.78% | 0.71% | - |
| HSV(B) | 284.74º | 0.48% | 0.94% | - |
| XYZ | 49.49 | 34.6 | 85.73 | - |
| YUV | 163.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 239 | 0.12 | 0.48 | 0 | 0.06 | 284.74 | 0.78 | 0.71 |
| Hex | D2 | 7D | EF | C | 30 | 0 | 6 | 11D | 4E | 47 |
| Octal | 322 | 175 | 357 | 14 | 60 | 0 | 6 | 435 | 116 | 107 |
| Binary | 11010010 | 1111101 | 11101111 | 1100 | 110000 | 0 | 110 | 100011101 | 1001110 | 1000111 |
Color Harmonies of #D27DEF
Complementary color
Monochromatic Colors of #D27DEF
Black with #D27DEF
Text Example
Text Example
White with #D27DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DEF; }
p { color: rgb(210,125,239); }
H1.HeaderClassName
{
color: #D27DEF;
}
.AnyTagClassName
{
color: #D27DEF;
}
</style>
background-color css
<style>
a { background-color: #D27DEF; }
a { background-color: rgb(210,125,239); }
div.DivClassName
{
background-color: #D27DEF;
}
.BgClassName
{
background-color: #D27DEF;
}
</style>
border-color css
<style>
span { border-color: #D27DEF; }
span { border-color: rgb(210,125,239); }
td.TdClassName
{
border-color: #D27DEF;
}
.TagClassName
{
border-color: #D27DEF;
}
</style>