Shades of Heliotrope #D069E9
Tints of Heliotrope #D069E9
RGB
CMYK
RGB Variations
Color information
#D069E9 (or 0xD069E9) is known color: Heliotrope. HEX triplet: D0, 69 and E9. RGB value is (208,105,233). Sum of RGB (Red+Green+Blue) = 208+105+233=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 233 - color contains mainly: blue. Hex color #D069E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069E9 is #2F9616. Grayscale: #959595. Windows color (decimal): -3118615 or 15296976. OLE color: 15296976.
HSL color Cylindrical-coordinate representation of color #D069E9: hue angle of 288.28º 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 #D069E9 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 105 | 233 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.09 |
| HSL | 288.28º | 0.74% | 0.66% | - |
| HSV(B) | 288.28º | 0.55% | 0.91% | - |
| XYZ | 45.77 | 29.4 | 80.35 | - |
| YUV | 150.39 | 174.62 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 233 | 0.11 | 0.55 | 0 | 0.09 | 288.28 | 0.74 | 0.66 |
| Hex | D0 | 69 | E9 | B | 37 | 0 | 9 | 120 | 4A | 42 |
| Octal | 320 | 151 | 351 | 13 | 67 | 0 | 11 | 440 | 112 | 102 |
| Binary | 11010000 | 1101001 | 11101001 | 1011 | 110111 | 0 | 1001 | 100100000 | 1001010 | 1000010 |
Color Harmonies of #D069E9
Complementary color
Monochromatic Colors of #D069E9
Black with #D069E9
Text Example
Text Example
White with #D069E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D069E9; }
p { color: rgb(208,105,233); }
H1.HeaderClassName
{
color: #D069E9;
}
.AnyTagClassName
{
color: #D069E9;
}
</style>
background-color css
<style>
a { background-color: #D069E9; }
a { background-color: rgb(208,105,233); }
div.DivClassName
{
background-color: #D069E9;
}
.BgClassName
{
background-color: #D069E9;
}
</style>
border-color css
<style>
span { border-color: #D069E9; }
span { border-color: rgb(208,105,233); }
td.TdClassName
{
border-color: #D069E9;
}
.TagClassName
{
border-color: #D069E9;
}
</style>