Shades of Heliotrope #DC65EF
Tints of Heliotrope #DC65EF
RGB
CMYK
RGB Variations
Color information
#DC65EF (or 0xDC65EF) is known color: Heliotrope. HEX triplet: DC, 65 and EF. RGB value is (220,101,239). Sum of RGB (Red+Green+Blue) = 220+101+239=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC65EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC65EF is #239A10. Grayscale: #979797. Windows color (decimal): -2333201 or 15689180. OLE color: 15689180.
HSL color Cylindrical-coordinate representation of color #DC65EF: hue angle of 291.74º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC65EF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 101 | 239 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.06 |
| HSL | 291.74º | 0.81% | 0.67% | - |
| HSV(B) | 291.74º | 0.58% | 0.94% | - |
| XYZ | 49.75 | 30.76 | 84.98 | - |
| YUV | 152.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 239 | 0.08 | 0.58 | 0 | 0.06 | 291.74 | 0.81 | 0.67 |
| Hex | DC | 65 | EF | 8 | 3A | 0 | 6 | 124 | 51 | 43 |
| Octal | 334 | 145 | 357 | 10 | 72 | 0 | 6 | 444 | 121 | 103 |
| Binary | 11011100 | 1100101 | 11101111 | 1000 | 111010 | 0 | 110 | 100100100 | 1010001 | 1000011 |
Color Harmonies of #DC65EF
Complementary color
Monochromatic Colors of #DC65EF
Black with #DC65EF
Text Example
Text Example
White with #DC65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65EF; }
p { color: rgb(220,101,239); }
H1.HeaderClassName
{
color: #DC65EF;
}
.AnyTagClassName
{
color: #DC65EF;
}
</style>
background-color css
<style>
a { background-color: #DC65EF; }
a { background-color: rgb(220,101,239); }
div.DivClassName
{
background-color: #DC65EF;
}
.BgClassName
{
background-color: #DC65EF;
}
</style>
border-color css
<style>
span { border-color: #DC65EF; }
span { border-color: rgb(220,101,239); }
td.TdClassName
{
border-color: #DC65EF;
}
.TagClassName
{
border-color: #DC65EF;
}
</style>