Shades of Orchid #DD71DF
Tints of Orchid #DD71DF
RGB
CMYK
RGB Variations
Color information
#DD71DF (or 0xDD71DF) is known color: Orchid. HEX triplet: DD, 71 and DF. RGB value is (221,113,223). Sum of RGB (Red+Green+Blue) = 221+113+223=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD71DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71DF is #228E20. Grayscale: #9D9D9D. Windows color (decimal): -2264609 or 14643677. OLE color: 14643677.
HSL color Cylindrical-coordinate representation of color #DD71DF: hue angle of 298.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD71DF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 223 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.13 |
| HSL | 298.91º | 0.63% | 0.66% | - |
| HSV(B) | 298.91º | 0.49% | 0.87% | - |
| XYZ | 49.04 | 32.51 | 73.5 | - |
| YUV | 157.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 223 | 0.01 | 0.49 | 0 | 0.13 | 298.91 | 0.63 | 0.66 |
| Hex | DD | 71 | DF | 1 | 31 | 0 | D | 12B | 3F | 42 |
| Octal | 335 | 161 | 337 | 1 | 61 | 0 | 15 | 453 | 77 | 102 |
| Binary | 11011101 | 1110001 | 11011111 | 1 | 110001 | 0 | 1101 | 100101011 | 111111 | 1000010 |
Color Harmonies of #DD71DF
Complementary color
Monochromatic Colors of #DD71DF
Black with #DD71DF
Text Example
Text Example
White with #DD71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71DF; }
p { color: rgb(221,113,223); }
H1.HeaderClassName
{
color: #DD71DF;
}
.AnyTagClassName
{
color: #DD71DF;
}
</style>
background-color css
<style>
a { background-color: #DD71DF; }
a { background-color: rgb(221,113,223); }
div.DivClassName
{
background-color: #DD71DF;
}
.BgClassName
{
background-color: #DD71DF;
}
</style>
border-color css
<style>
span { border-color: #DD71DF; }
span { border-color: rgb(221,113,223); }
td.TdClassName
{
border-color: #DD71DF;
}
.TagClassName
{
border-color: #DD71DF;
}
</style>