Shades of Heliotrope #DD77FA
Tints of Heliotrope #DD77FA
RGB
CMYK
RGB Variations
Color information
#DD77FA (or 0xDD77FA) is known color: Heliotrope. HEX triplet: DD, 77 and FA. RGB value is (221,119,250). Sum of RGB (Red+Green+Blue) = 221+119+250=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77FA is #228805. Grayscale: #A4A4A4. Windows color (decimal): -2263046 or 16414685. OLE color: 16414685.
HSL color Cylindrical-coordinate representation of color #DD77FA: hue angle of 286.72º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD77FA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 119 | 250 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.02 |
| HSL | 286.72º | 0.93% | 0.72% | - |
| HSV(B) | 286.72º | 0.52% | 0.98% | - |
| XYZ | 53.67 | 35.47 | 94.46 | - |
| YUV | 164.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 250 | 0.12 | 0.52 | 0 | 0.02 | 286.72 | 0.93 | 0.72 |
| Hex | DD | 77 | FA | C | 34 | 0 | 2 | 11F | 5D | 48 |
| Octal | 335 | 167 | 372 | 14 | 64 | 0 | 2 | 437 | 135 | 110 |
| Binary | 11011101 | 1110111 | 11111010 | 1100 | 110100 | 0 | 10 | 100011111 | 1011101 | 1001000 |
Color Harmonies of #DD77FA
Complementary color
Monochromatic Colors of #DD77FA
Black with #DD77FA
Text Example
Text Example
White with #DD77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77FA; }
p { color: rgb(221,119,250); }
H1.HeaderClassName
{
color: #DD77FA;
}
.AnyTagClassName
{
color: #DD77FA;
}
</style>
background-color css
<style>
a { background-color: #DD77FA; }
a { background-color: rgb(221,119,250); }
div.DivClassName
{
background-color: #DD77FA;
}
.BgClassName
{
background-color: #DD77FA;
}
</style>
border-color css
<style>
span { border-color: #DD77FA; }
span { border-color: rgb(221,119,250); }
td.TdClassName
{
border-color: #DD77FA;
}
.TagClassName
{
border-color: #DD77FA;
}
</style>