Shades of Heliotrope #D369EE
Tints of Heliotrope #D369EE
RGB
CMYK
RGB Variations
Color information
#D369EE (or 0xD369EE) is known color: Heliotrope. HEX triplet: D3, 69 and EE. RGB value is (211,105,238). Sum of RGB (Red+Green+Blue) = 211+105+238=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #D369EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369EE is #2C9611. Grayscale: #979797. Windows color (decimal): -2922002 or 15624659. OLE color: 15624659.
HSL color Cylindrical-coordinate representation of color #D369EE: hue angle of 287.82º degrees, saturation: 0.8, 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 #D369EE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 105 | 238 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.07 |
| HSL | 287.82º | 0.8% | 0.67% | - |
| HSV(B) | 287.82º | 0.56% | 0.93% | - |
| XYZ | 47.35 | 30.13 | 84.21 | - |
| YUV | 151.86 | 176.62 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 238 | 0.11 | 0.56 | 0 | 0.07 | 287.82 | 0.8 | 0.67 |
| Hex | D3 | 69 | EE | B | 38 | 0 | 7 | 120 | 50 | 43 |
| Octal | 323 | 151 | 356 | 13 | 70 | 0 | 7 | 440 | 120 | 103 |
| Binary | 11010011 | 1101001 | 11101110 | 1011 | 111000 | 0 | 111 | 100100000 | 1010000 | 1000011 |
Color Harmonies of #D369EE
Complementary color
Monochromatic Colors of #D369EE
Black with #D369EE
Text Example
Text Example
White with #D369EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369EE; }
p { color: rgb(211,105,238); }
H1.HeaderClassName
{
color: #D369EE;
}
.AnyTagClassName
{
color: #D369EE;
}
</style>
background-color css
<style>
a { background-color: #D369EE; }
a { background-color: rgb(211,105,238); }
div.DivClassName
{
background-color: #D369EE;
}
.BgClassName
{
background-color: #D369EE;
}
</style>
border-color css
<style>
span { border-color: #D369EE; }
span { border-color: rgb(211,105,238); }
td.TdClassName
{
border-color: #D369EE;
}
.TagClassName
{
border-color: #D369EE;
}
</style>