Shades of Orchid #DD77DA
Tints of Orchid #DD77DA
RGB
CMYK
RGB Variations
Color information
#DD77DA (or 0xDD77DA) is known color: Orchid. HEX triplet: DD, 77 and DA. RGB value is (221,119,218). Sum of RGB (Red+Green+Blue) = 221+119+218=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77DA is #228825. Grayscale: #A0A0A0. Windows color (decimal): -2263078 or 14317533. OLE color: 14317533.
HSL color Cylindrical-coordinate representation of color #DD77DA: hue angle of 301.76º 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 #DD77DA is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 218 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.13 |
| HSL | 301.76º | 0.6% | 0.67% | - |
| HSV(B) | 301.76º | 0.46% | 0.87% | - |
| XYZ | 49.07 | 33.63 | 70.23 | - |
| YUV | 160.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 218 | 0 | 0.46 | 0.01 | 0.13 | 301.76 | 0.6 | 0.67 |
| Hex | DD | 77 | DA | 0 | 2E | 1 | D | 12E | 3C | 43 |
| Octal | 335 | 167 | 332 | 0 | 56 | 1 | 15 | 456 | 74 | 103 |
| Binary | 11011101 | 1110111 | 11011010 | 0 | 101110 | 1 | 1101 | 100101110 | 111100 | 1000011 |
Color Harmonies of #DD77DA
Complementary color
Monochromatic Colors of #DD77DA
Black with #DD77DA
Text Example
Text Example
White with #DD77DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77DA; }
p { color: rgb(221,119,218); }
H1.HeaderClassName
{
color: #DD77DA;
}
.AnyTagClassName
{
color: #DD77DA;
}
</style>
background-color css
<style>
a { background-color: #DD77DA; }
a { background-color: rgb(221,119,218); }
div.DivClassName
{
background-color: #DD77DA;
}
.BgClassName
{
background-color: #DD77DA;
}
</style>
border-color css
<style>
span { border-color: #DD77DA; }
span { border-color: rgb(221,119,218); }
td.TdClassName
{
border-color: #DD77DA;
}
.TagClassName
{
border-color: #DD77DA;
}
</style>