Shades of Heliotrope #D65DEF
Tints of Heliotrope #D65DEF
RGB
CMYK
RGB Variations
Color information
#D65DEF (or 0xD65DEF) is known color: Heliotrope. HEX triplet: D6, 5D and EF. RGB value is (214,93,239). Sum of RGB (Red+Green+Blue) = 214+93+239=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #D65DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65DEF is #29A210. Grayscale: #919191. Windows color (decimal): -2728465 or 15687126. OLE color: 15687126.
HSL color Cylindrical-coordinate representation of color #D65DEF: hue angle of 289.73º 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 #D65DEF is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 93 | 239 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.06 |
| HSL | 289.73º | 0.82% | 0.65% | - |
| HSV(B) | 289.73º | 0.61% | 0.94% | - |
| XYZ | 47.23 | 28.36 | 84.65 | - |
| YUV | 145.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 239 | 0.10 | 0.61 | 0 | 0.06 | 289.73 | 0.82 | 0.65 |
| Hex | D6 | 5D | EF | A | 3D | 0 | 6 | 122 | 52 | 41 |
| Octal | 326 | 135 | 357 | 12 | 75 | 0 | 6 | 442 | 122 | 101 |
| Binary | 11010110 | 1011101 | 11101111 | 1010 | 111101 | 0 | 110 | 100100010 | 1010010 | 1000001 |
Color Harmonies of #D65DEF
Complementary color
Monochromatic Colors of #D65DEF
Black with #D65DEF
Text Example
Text Example
White with #D65DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DEF; }
p { color: rgb(214,93,239); }
H1.HeaderClassName
{
color: #D65DEF;
}
.AnyTagClassName
{
color: #D65DEF;
}
</style>
background-color css
<style>
a { background-color: #D65DEF; }
a { background-color: rgb(214,93,239); }
div.DivClassName
{
background-color: #D65DEF;
}
.BgClassName
{
background-color: #D65DEF;
}
</style>
border-color css
<style>
span { border-color: #D65DEF; }
span { border-color: rgb(214,93,239); }
td.TdClassName
{
border-color: #D65DEF;
}
.TagClassName
{
border-color: #D65DEF;
}
</style>