Shades of Heliotrope #D15DEF
Tints of Heliotrope #D15DEF
RGB
CMYK
RGB Variations
Color information
#D15DEF (or 0xD15DEF) is known color: Heliotrope. HEX triplet: D1, 5D and EF. RGB value is (209,93,239). Sum of RGB (Red+Green+Blue) = 209+93+239=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #D15DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15DEF is #2EA210. Grayscale: #8F8F8F. Windows color (decimal): -3056145 or 15687121. OLE color: 15687121.
HSL color Cylindrical-coordinate representation of color #D15DEF: hue angle of 287.67º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15DEF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 93 | 239 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.06 |
| HSL | 287.67º | 0.82% | 0.65% | - |
| HSV(B) | 287.67º | 0.61% | 0.94% | - |
| XYZ | 45.79 | 27.62 | 84.58 | - |
| YUV | 144.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 239 | 0.13 | 0.61 | 0 | 0.06 | 287.67 | 0.82 | 0.65 |
| Hex | D1 | 5D | EF | D | 3D | 0 | 6 | 120 | 52 | 41 |
| Octal | 321 | 135 | 357 | 15 | 75 | 0 | 6 | 440 | 122 | 101 |
| Binary | 11010001 | 1011101 | 11101111 | 1101 | 111101 | 0 | 110 | 100100000 | 1010010 | 1000001 |
Color Harmonies of #D15DEF
Complementary color
Monochromatic Colors of #D15DEF
Black with #D15DEF
Text Example
Text Example
White with #D15DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DEF; }
p { color: rgb(209,93,239); }
H1.HeaderClassName
{
color: #D15DEF;
}
.AnyTagClassName
{
color: #D15DEF;
}
</style>
background-color css
<style>
a { background-color: #D15DEF; }
a { background-color: rgb(209,93,239); }
div.DivClassName
{
background-color: #D15DEF;
}
.BgClassName
{
background-color: #D15DEF;
}
</style>
border-color css
<style>
span { border-color: #D15DEF; }
span { border-color: rgb(209,93,239); }
td.TdClassName
{
border-color: #D15DEF;
}
.TagClassName
{
border-color: #D15DEF;
}
</style>