Shades of Heliotrope #D369E9
Tints of Heliotrope #D369E9
RGB
CMYK
RGB Variations
Color information
#D369E9 (or 0xD369E9) is known color: Heliotrope. HEX triplet: D3, 69 and E9. RGB value is (211,105,233). Sum of RGB (Red+Green+Blue) = 211+105+233=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #D369E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369E9 is #2C9616. Grayscale: #969696. Windows color (decimal): -2922007 or 15296979. OLE color: 15296979.
HSL color Cylindrical-coordinate representation of color #D369E9: hue angle of 289.69º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D369E9 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 105 | 233 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.09 |
| HSL | 289.69º | 0.74% | 0.66% | - |
| HSV(B) | 289.69º | 0.55% | 0.91% | - |
| XYZ | 46.62 | 29.84 | 80.39 | - |
| YUV | 151.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 233 | 0.09 | 0.55 | 0 | 0.09 | 289.69 | 0.74 | 0.66 |
| Hex | D3 | 69 | E9 | 9 | 37 | 0 | 9 | 122 | 4A | 42 |
| Octal | 323 | 151 | 351 | 11 | 67 | 0 | 11 | 442 | 112 | 102 |
| Binary | 11010011 | 1101001 | 11101001 | 1001 | 110111 | 0 | 1001 | 100100010 | 1001010 | 1000010 |
Color Harmonies of #D369E9
Complementary color
Monochromatic Colors of #D369E9
Black with #D369E9
Text Example
Text Example
White with #D369E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369E9; }
p { color: rgb(211,105,233); }
H1.HeaderClassName
{
color: #D369E9;
}
.AnyTagClassName
{
color: #D369E9;
}
</style>
background-color css
<style>
a { background-color: #D369E9; }
a { background-color: rgb(211,105,233); }
div.DivClassName
{
background-color: #D369E9;
}
.BgClassName
{
background-color: #D369E9;
}
</style>
border-color css
<style>
span { border-color: #D369E9; }
span { border-color: rgb(211,105,233); }
td.TdClassName
{
border-color: #D369E9;
}
.TagClassName
{
border-color: #D369E9;
}
</style>