Shades of Heliotrope #D55DEF
Tints of Heliotrope #D55DEF
RGB
CMYK
RGB Variations
Color information
#D55DEF (or 0xD55DEF) is known color: Heliotrope. HEX triplet: D5, 5D and EF. RGB value is (213,93,239). Sum of RGB (Red+Green+Blue) = 213+93+239=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #D55DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DEF is #2AA210. Grayscale: #919191. Windows color (decimal): -2794001 or 15687125. OLE color: 15687125.
HSL color Cylindrical-coordinate representation of color #D55DEF: hue angle of 289.32º 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 #D55DEF is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 93 | 239 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.06 |
| HSL | 289.32º | 0.82% | 0.65% | - |
| HSV(B) | 289.32º | 0.61% | 0.94% | - |
| XYZ | 46.93 | 28.21 | 84.63 | - |
| YUV | 145.52 | 180.76 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 239 | 0.11 | 0.61 | 0 | 0.06 | 289.32 | 0.82 | 0.65 |
| Hex | D5 | 5D | EF | B | 3D | 0 | 6 | 121 | 52 | 41 |
| Octal | 325 | 135 | 357 | 13 | 75 | 0 | 6 | 441 | 122 | 101 |
| Binary | 11010101 | 1011101 | 11101111 | 1011 | 111101 | 0 | 110 | 100100001 | 1010010 | 1000001 |
Color Harmonies of #D55DEF
Complementary color
Monochromatic Colors of #D55DEF
Black with #D55DEF
Text Example
Text Example
White with #D55DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DEF; }
p { color: rgb(213,93,239); }
H1.HeaderClassName
{
color: #D55DEF;
}
.AnyTagClassName
{
color: #D55DEF;
}
</style>
background-color css
<style>
a { background-color: #D55DEF; }
a { background-color: rgb(213,93,239); }
div.DivClassName
{
background-color: #D55DEF;
}
.BgClassName
{
background-color: #D55DEF;
}
</style>
border-color css
<style>
span { border-color: #D55DEF; }
span { border-color: rgb(213,93,239); }
td.TdClassName
{
border-color: #D55DEF;
}
.TagClassName
{
border-color: #D55DEF;
}
</style>