Shades of Orchid #DD71D5
Tints of Orchid #DD71D5
RGB
CMYK
RGB Variations
Color information
#DD71D5 (or 0xDD71D5) is known color: Orchid. HEX triplet: DD, 71 and D5. RGB value is (221,113,213). Sum of RGB (Red+Green+Blue) = 221+113+213=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71D5 is #228E2A. Grayscale: #9C9C9C. Windows color (decimal): -2264619 or 13988317. OLE color: 13988317.
HSL color Cylindrical-coordinate representation of color #DD71D5: hue angle of 304.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD71D5 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 213 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.13 |
| HSL | 304.44º | 0.61% | 0.65% | - |
| HSV(B) | 304.44º | 0.49% | 0.87% | - |
| XYZ | 47.73 | 31.99 | 66.61 | - |
| YUV | 156.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 213 | 0 | 0.49 | 0.04 | 0.13 | 304.44 | 0.61 | 0.65 |
| Hex | DD | 71 | D5 | 0 | 31 | 4 | D | 130 | 3D | 41 |
| Octal | 335 | 161 | 325 | 0 | 61 | 4 | 15 | 460 | 75 | 101 |
| Binary | 11011101 | 1110001 | 11010101 | 0 | 110001 | 100 | 1101 | 100110000 | 111101 | 1000001 |
Color Harmonies of #DD71D5
Complementary color
Monochromatic Colors of #DD71D5
Black with #DD71D5
Text Example
Text Example
White with #DD71D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71D5; }
p { color: rgb(221,113,213); }
H1.HeaderClassName
{
color: #DD71D5;
}
.AnyTagClassName
{
color: #DD71D5;
}
</style>
background-color css
<style>
a { background-color: #DD71D5; }
a { background-color: rgb(221,113,213); }
div.DivClassName
{
background-color: #DD71D5;
}
.BgClassName
{
background-color: #DD71D5;
}
</style>
border-color css
<style>
span { border-color: #DD71D5; }
span { border-color: rgb(221,113,213); }
td.TdClassName
{
border-color: #DD71D5;
}
.TagClassName
{
border-color: #DD71D5;
}
</style>