Shades of Orchid #DD71D3
Tints of Orchid #DD71D3
RGB
CMYK
RGB Variations
Color information
#DD71D3 (or 0xDD71D3) is known color: Orchid. HEX triplet: DD, 71 and D3. RGB value is (221,113,211). Sum of RGB (Red+Green+Blue) = 221+113+211=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71D3 is #228E2C. Grayscale: #9C9C9C. Windows color (decimal): -2264621 or 13857245. OLE color: 13857245.
HSL color Cylindrical-coordinate representation of color #DD71D3: hue angle of 305.56º 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 #DD71D3 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 211 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.13 |
| HSL | 305.56º | 0.61% | 0.65% | - |
| HSV(B) | 305.56º | 0.49% | 0.87% | - |
| XYZ | 47.48 | 31.89 | 65.28 | - |
| YUV | 156.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 211 | 0 | 0.49 | 0.05 | 0.13 | 305.56 | 0.61 | 0.65 |
| Hex | DD | 71 | D3 | 0 | 31 | 5 | D | 132 | 3D | 41 |
| Octal | 335 | 161 | 323 | 0 | 61 | 5 | 15 | 462 | 75 | 101 |
| Binary | 11011101 | 1110001 | 11010011 | 0 | 110001 | 101 | 1101 | 100110010 | 111101 | 1000001 |
Color Harmonies of #DD71D3
Complementary color
Monochromatic Colors of #DD71D3
Black with #DD71D3
Text Example
Text Example
White with #DD71D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71D3; }
p { color: rgb(221,113,211); }
H1.HeaderClassName
{
color: #DD71D3;
}
.AnyTagClassName
{
color: #DD71D3;
}
</style>
background-color css
<style>
a { background-color: #DD71D3; }
a { background-color: rgb(221,113,211); }
div.DivClassName
{
background-color: #DD71D3;
}
.BgClassName
{
background-color: #DD71D3;
}
</style>
border-color css
<style>
span { border-color: #DD71D3; }
span { border-color: rgb(221,113,211); }
td.TdClassName
{
border-color: #DD71D3;
}
.TagClassName
{
border-color: #DD71D3;
}
</style>