Shades of Heliotrope #D773EB
Tints of Heliotrope #D773EB
RGB
CMYK
RGB Variations
Color information
#D773EB (or 0xD773EB) is known color: Heliotrope. HEX triplet: D7, 73 and EB. RGB value is (215,115,235). Sum of RGB (Red+Green+Blue) = 215+115+235=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #D773EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D773EB is #288C14. Grayscale: #9E9E9E. Windows color (decimal): -2657301 or 15430615. OLE color: 15430615.
HSL color Cylindrical-coordinate representation of color #D773EB: hue angle of 290º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D773EB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 115 | 235 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.08 |
| HSL | 290º | 0.75% | 0.69% | - |
| HSV(B) | 290º | 0.51% | 0.92% | - |
| XYZ | 49.15 | 32.71 | 82.32 | - |
| YUV | 158.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 235 | 0.09 | 0.51 | 0 | 0.08 | 290 | 0.75 | 0.69 |
| Hex | D7 | 73 | EB | 9 | 33 | 0 | 8 | 122 | 4B | 45 |
| Octal | 327 | 163 | 353 | 11 | 63 | 0 | 10 | 442 | 113 | 105 |
| Binary | 11010111 | 1110011 | 11101011 | 1001 | 110011 | 0 | 1000 | 100100010 | 1001011 | 1000101 |
Color Harmonies of #D773EB
Complementary color
Monochromatic Colors of #D773EB
Black with #D773EB
Text Example
Text Example
White with #D773EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773EB; }
p { color: rgb(215,115,235); }
H1.HeaderClassName
{
color: #D773EB;
}
.AnyTagClassName
{
color: #D773EB;
}
</style>
background-color css
<style>
a { background-color: #D773EB; }
a { background-color: rgb(215,115,235); }
div.DivClassName
{
background-color: #D773EB;
}
.BgClassName
{
background-color: #D773EB;
}
</style>
border-color css
<style>
span { border-color: #D773EB; }
span { border-color: rgb(215,115,235); }
td.TdClassName
{
border-color: #D773EB;
}
.TagClassName
{
border-color: #D773EB;
}
</style>