Shades of Orchid #DD72D0
Tints of Orchid #DD72D0
RGB
CMYK
RGB Variations
Color information
#DD72D0 (or 0xDD72D0) is known color: Orchid. HEX triplet: DD, 72 and D0. RGB value is (221,114,208). Sum of RGB (Red+Green+Blue) = 221+114+208=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72D0 is #228D2F. Grayscale: #9C9C9C. Windows color (decimal): -2264368 or 13660893. OLE color: 13660893.
HSL color Cylindrical-coordinate representation of color #DD72D0: hue angle of 307.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD72D0 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 208 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.13 |
| HSL | 307.29º | 0.61% | 0.66% | - |
| HSV(B) | 307.29º | 0.48% | 0.87% | - |
| XYZ | 47.22 | 31.96 | 63.35 | - |
| YUV | 156.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 208 | 0 | 0.48 | 0.06 | 0.13 | 307.29 | 0.61 | 0.66 |
| Hex | DD | 72 | D0 | 0 | 30 | 6 | D | 133 | 3D | 42 |
| Octal | 335 | 162 | 320 | 0 | 60 | 6 | 15 | 463 | 75 | 102 |
| Binary | 11011101 | 1110010 | 11010000 | 0 | 110000 | 110 | 1101 | 100110011 | 111101 | 1000010 |
Color Harmonies of #DD72D0
Complementary color
Monochromatic Colors of #DD72D0
Black with #DD72D0
Text Example
Text Example
White with #DD72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72D0; }
p { color: rgb(221,114,208); }
H1.HeaderClassName
{
color: #DD72D0;
}
.AnyTagClassName
{
color: #DD72D0;
}
</style>
background-color css
<style>
a { background-color: #DD72D0; }
a { background-color: rgb(221,114,208); }
div.DivClassName
{
background-color: #DD72D0;
}
.BgClassName
{
background-color: #DD72D0;
}
</style>
border-color css
<style>
span { border-color: #DD72D0; }
span { border-color: rgb(221,114,208); }
td.TdClassName
{
border-color: #DD72D0;
}
.TagClassName
{
border-color: #DD72D0;
}
</style>