Shades of Heliotrope #D569EB
Tints of Heliotrope #D569EB
RGB
CMYK
RGB Variations
Color information
#D569EB (or 0xD569EB) is known color: Heliotrope. HEX triplet: D5, 69 and EB. RGB value is (213,105,235). Sum of RGB (Red+Green+Blue) = 213+105+235=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #D569EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D569EB is #2A9614. Grayscale: #979797. Windows color (decimal): -2790933 or 15428053. OLE color: 15428053.
HSL color Cylindrical-coordinate representation of color #D569EB: hue angle of 289.85º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D569EB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 105 | 235 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.08 |
| HSL | 289.85º | 0.76% | 0.67% | - |
| HSV(B) | 289.85º | 0.55% | 0.92% | - |
| XYZ | 47.49 | 30.25 | 81.93 | - |
| YUV | 152.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 235 | 0.09 | 0.55 | 0 | 0.08 | 289.85 | 0.76 | 0.67 |
| Hex | D5 | 69 | EB | 9 | 37 | 0 | 8 | 122 | 4C | 43 |
| Octal | 325 | 151 | 353 | 11 | 67 | 0 | 10 | 442 | 114 | 103 |
| Binary | 11010101 | 1101001 | 11101011 | 1001 | 110111 | 0 | 1000 | 100100010 | 1001100 | 1000011 |
Color Harmonies of #D569EB
Complementary color
Monochromatic Colors of #D569EB
Black with #D569EB
Text Example
Text Example
White with #D569EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D569EB; }
p { color: rgb(213,105,235); }
H1.HeaderClassName
{
color: #D569EB;
}
.AnyTagClassName
{
color: #D569EB;
}
</style>
background-color css
<style>
a { background-color: #D569EB; }
a { background-color: rgb(213,105,235); }
div.DivClassName
{
background-color: #D569EB;
}
.BgClassName
{
background-color: #D569EB;
}
</style>
border-color css
<style>
span { border-color: #D569EB; }
span { border-color: rgb(213,105,235); }
td.TdClassName
{
border-color: #D569EB;
}
.TagClassName
{
border-color: #D569EB;
}
</style>