Shades of Heliotrope #D369ED
Tints of Heliotrope #D369ED
RGB
CMYK
RGB Variations
Color information
#D369ED (or 0xD369ED) is known color: Heliotrope. HEX triplet: D3, 69 and ED. RGB value is (211,105,237). Sum of RGB (Red+Green+Blue) = 211+105+237=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #D369ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369ED is #2C9612. Grayscale: #979797. Windows color (decimal): -2922003 or 15559123. OLE color: 15559123.
HSL color Cylindrical-coordinate representation of color #D369ED: hue angle of 288.18º 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 #D369ED is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 105 | 237 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.07 |
| HSL | 288.18º | 0.79% | 0.67% | - |
| HSV(B) | 288.18º | 0.56% | 0.93% | - |
| XYZ | 47.2 | 30.07 | 83.44 | - |
| YUV | 151.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 237 | 0.11 | 0.56 | 0 | 0.07 | 288.18 | 0.79 | 0.67 |
| Hex | D3 | 69 | ED | B | 38 | 0 | 7 | 120 | 4F | 43 |
| Octal | 323 | 151 | 355 | 13 | 70 | 0 | 7 | 440 | 117 | 103 |
| Binary | 11010011 | 1101001 | 11101101 | 1011 | 111000 | 0 | 111 | 100100000 | 1001111 | 1000011 |
Color Harmonies of #D369ED
Complementary color
Monochromatic Colors of #D369ED
Black with #D369ED
Text Example
Text Example
White with #D369ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369ED; }
p { color: rgb(211,105,237); }
H1.HeaderClassName
{
color: #D369ED;
}
.AnyTagClassName
{
color: #D369ED;
}
</style>
background-color css
<style>
a { background-color: #D369ED; }
a { background-color: rgb(211,105,237); }
div.DivClassName
{
background-color: #D369ED;
}
.BgClassName
{
background-color: #D369ED;
}
</style>
border-color css
<style>
span { border-color: #D369ED; }
span { border-color: rgb(211,105,237); }
td.TdClassName
{
border-color: #D369ED;
}
.TagClassName
{
border-color: #D369ED;
}
</style>