Shades of Heliotrope #D569ED
Tints of Heliotrope #D569ED
RGB
CMYK
RGB Variations
Color information
#D569ED (or 0xD569ED) is known color: Heliotrope. HEX triplet: D5, 69 and ED. RGB value is (213,105,237). Sum of RGB (Red+Green+Blue) = 213+105+237=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #D569ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D569ED is #2A9612. Grayscale: #979797. Windows color (decimal): -2790931 or 15559125. OLE color: 15559125.
HSL color Cylindrical-coordinate representation of color #D569ED: hue angle of 289.09º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D569ED is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 105 | 237 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.07 |
| HSL | 289.09º | 0.79% | 0.67% | - |
| HSV(B) | 289.09º | 0.56% | 0.93% | - |
| XYZ | 47.78 | 30.36 | 83.46 | - |
| YUV | 152.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 237 | 0.10 | 0.56 | 0 | 0.07 | 289.09 | 0.79 | 0.67 |
| Hex | D5 | 69 | ED | A | 38 | 0 | 7 | 121 | 4F | 43 |
| Octal | 325 | 151 | 355 | 12 | 70 | 0 | 7 | 441 | 117 | 103 |
| Binary | 11010101 | 1101001 | 11101101 | 1010 | 111000 | 0 | 111 | 100100001 | 1001111 | 1000011 |
Color Harmonies of #D569ED
Complementary color
Monochromatic Colors of #D569ED
Black with #D569ED
Text Example
Text Example
White with #D569ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D569ED; }
p { color: rgb(213,105,237); }
H1.HeaderClassName
{
color: #D569ED;
}
.AnyTagClassName
{
color: #D569ED;
}
</style>
background-color css
<style>
a { background-color: #D569ED; }
a { background-color: rgb(213,105,237); }
div.DivClassName
{
background-color: #D569ED;
}
.BgClassName
{
background-color: #D569ED;
}
</style>
border-color css
<style>
span { border-color: #D569ED; }
span { border-color: rgb(213,105,237); }
td.TdClassName
{
border-color: #D569ED;
}
.TagClassName
{
border-color: #D569ED;
}
</style>