Shades of Heliotrope #D565EE
Tints of Heliotrope #D565EE
RGB
CMYK
RGB Variations
Color information
#D565EE (or 0xD565EE) is known color: Heliotrope. HEX triplet: D5, 65 and EE. RGB value is (213,101,238). Sum of RGB (Red+Green+Blue) = 213+101+238=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #D565EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D565EE is #2A9A11. Grayscale: #959595. Windows color (decimal): -2791954 or 15623637. OLE color: 15623637.
HSL color Cylindrical-coordinate representation of color #D565EE: hue angle of 289.05º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D565EE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 101 | 238 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.07 |
| HSL | 289.05º | 0.8% | 0.66% | - |
| HSV(B) | 289.05º | 0.58% | 0.93% | - |
| XYZ | 47.53 | 29.63 | 84.1 | - |
| YUV | 150.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 238 | 0.11 | 0.58 | 0 | 0.07 | 289.05 | 0.8 | 0.66 |
| Hex | D5 | 65 | EE | B | 3A | 0 | 7 | 121 | 50 | 42 |
| Octal | 325 | 145 | 356 | 13 | 72 | 0 | 7 | 441 | 120 | 102 |
| Binary | 11010101 | 1100101 | 11101110 | 1011 | 111010 | 0 | 111 | 100100001 | 1010000 | 1000010 |
Color Harmonies of #D565EE
Complementary color
Monochromatic Colors of #D565EE
Black with #D565EE
Text Example
Text Example
White with #D565EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565EE; }
p { color: rgb(213,101,238); }
H1.HeaderClassName
{
color: #D565EE;
}
.AnyTagClassName
{
color: #D565EE;
}
</style>
background-color css
<style>
a { background-color: #D565EE; }
a { background-color: rgb(213,101,238); }
div.DivClassName
{
background-color: #D565EE;
}
.BgClassName
{
background-color: #D565EE;
}
</style>
border-color css
<style>
span { border-color: #D565EE; }
span { border-color: rgb(213,101,238); }
td.TdClassName
{
border-color: #D565EE;
}
.TagClassName
{
border-color: #D565EE;
}
</style>