Shades of Orchid #DD71E9
Tints of Orchid #DD71E9
RGB
CMYK
RGB Variations
Color information
#DD71E9 (or 0xDD71E9) is known color: Orchid. HEX triplet: DD, 71 and E9. RGB value is (221,113,233). Sum of RGB (Red+Green+Blue) = 221+113+233=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD71E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71E9 is #228E16. Grayscale: #9E9E9E. Windows color (decimal): -2264599 or 15299037. OLE color: 15299037.
HSL color Cylindrical-coordinate representation of color #DD71E9: hue angle of 294º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD71E9 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 113 | 233 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.09 |
| HSL | 294º | 0.73% | 0.68% | - |
| HSV(B) | 294º | 0.52% | 0.91% | - |
| XYZ | 50.43 | 33.07 | 80.82 | - |
| YUV | 158.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 233 | 0.05 | 0.52 | 0 | 0.09 | 294 | 0.73 | 0.68 |
| Hex | DD | 71 | E9 | 5 | 34 | 0 | 9 | 126 | 49 | 44 |
| Octal | 335 | 161 | 351 | 5 | 64 | 0 | 11 | 446 | 111 | 104 |
| Binary | 11011101 | 1110001 | 11101001 | 101 | 110100 | 0 | 1001 | 100100110 | 1001001 | 1000100 |
Color Harmonies of #DD71E9
Complementary color
Monochromatic Colors of #DD71E9
Black with #DD71E9
Text Example
Text Example
White with #DD71E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71E9; }
p { color: rgb(221,113,233); }
H1.HeaderClassName
{
color: #DD71E9;
}
.AnyTagClassName
{
color: #DD71E9;
}
</style>
background-color css
<style>
a { background-color: #DD71E9; }
a { background-color: rgb(221,113,233); }
div.DivClassName
{
background-color: #DD71E9;
}
.BgClassName
{
background-color: #DD71E9;
}
</style>
border-color css
<style>
span { border-color: #DD71E9; }
span { border-color: rgb(221,113,233); }
td.TdClassName
{
border-color: #DD71E9;
}
.TagClassName
{
border-color: #DD71E9;
}
</style>