Shades of Orchid #DD77D3
Tints of Orchid #DD77D3
RGB
CMYK
RGB Variations
Color information
#DD77D3 (or 0xDD77D3) is known color: Orchid. HEX triplet: DD, 77 and D3. RGB value is (221,119,211). Sum of RGB (Red+Green+Blue) = 221+119+211=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77D3 is #22882C. Grayscale: #9F9F9F. Windows color (decimal): -2263085 or 13858781. OLE color: 13858781.
HSL color Cylindrical-coordinate representation of color #DD77D3: hue angle of 305.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD77D3 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 211 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.13 |
| HSL | 305.88º | 0.6% | 0.67% | - |
| HSV(B) | 305.88º | 0.46% | 0.87% | - |
| XYZ | 48.17 | 33.27 | 65.51 | - |
| YUV | 159.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 211 | 0 | 0.46 | 0.05 | 0.13 | 305.88 | 0.6 | 0.67 |
| Hex | DD | 77 | D3 | 0 | 2E | 5 | D | 132 | 3C | 43 |
| Octal | 335 | 167 | 323 | 0 | 56 | 5 | 15 | 462 | 74 | 103 |
| Binary | 11011101 | 1110111 | 11010011 | 0 | 101110 | 101 | 1101 | 100110010 | 111100 | 1000011 |
Color Harmonies of #DD77D3
Complementary color
Monochromatic Colors of #DD77D3
Black with #DD77D3
Text Example
Text Example
White with #DD77D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77D3; }
p { color: rgb(221,119,211); }
H1.HeaderClassName
{
color: #DD77D3;
}
.AnyTagClassName
{
color: #DD77D3;
}
</style>
background-color css
<style>
a { background-color: #DD77D3; }
a { background-color: rgb(221,119,211); }
div.DivClassName
{
background-color: #DD77D3;
}
.BgClassName
{
background-color: #DD77D3;
}
</style>
border-color css
<style>
span { border-color: #DD77D3; }
span { border-color: rgb(221,119,211); }
td.TdClassName
{
border-color: #DD77D3;
}
.TagClassName
{
border-color: #DD77D3;
}
</style>