Shades of Orchid #DD77D2
Tints of Orchid #DD77D2
RGB
CMYK
RGB Variations
Color information
#DD77D2 (or 0xDD77D2) is known color: Orchid. HEX triplet: DD, 77 and D2. RGB value is (221,119,210). Sum of RGB (Red+Green+Blue) = 221+119+210=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77D2 is #22882D. Grayscale: #9F9F9F. Windows color (decimal): -2263086 or 13793245. OLE color: 13793245.
HSL color Cylindrical-coordinate representation of color #DD77D2: hue angle of 306.47º 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 #DD77D2 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 210 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.13 |
| HSL | 306.47º | 0.6% | 0.67% | - |
| HSV(B) | 306.47º | 0.46% | 0.87% | - |
| XYZ | 48.05 | 33.22 | 64.85 | - |
| YUV | 159.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 210 | 0 | 0.46 | 0.05 | 0.13 | 306.47 | 0.6 | 0.67 |
| Hex | DD | 77 | D2 | 0 | 2E | 5 | D | 132 | 3C | 43 |
| Octal | 335 | 167 | 322 | 0 | 56 | 5 | 15 | 462 | 74 | 103 |
| Binary | 11011101 | 1110111 | 11010010 | 0 | 101110 | 101 | 1101 | 100110010 | 111100 | 1000011 |
Color Harmonies of #DD77D2
Complementary color
Monochromatic Colors of #DD77D2
Black with #DD77D2
Text Example
Text Example
White with #DD77D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77D2; }
p { color: rgb(221,119,210); }
H1.HeaderClassName
{
color: #DD77D2;
}
.AnyTagClassName
{
color: #DD77D2;
}
</style>
background-color css
<style>
a { background-color: #DD77D2; }
a { background-color: rgb(221,119,210); }
div.DivClassName
{
background-color: #DD77D2;
}
.BgClassName
{
background-color: #DD77D2;
}
</style>
border-color css
<style>
span { border-color: #DD77D2; }
span { border-color: rgb(221,119,210); }
td.TdClassName
{
border-color: #DD77D2;
}
.TagClassName
{
border-color: #DD77D2;
}
</style>