Shades of Orchid #DD72C9
Tints of Orchid #DD72C9
RGB
CMYK
RGB Variations
Color information
#DD72C9 (or 0xDD72C9) is known color: Orchid. HEX triplet: DD, 72 and C9. RGB value is (221,114,201). Sum of RGB (Red+Green+Blue) = 221+114+201=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72C9 is #228D36. Grayscale: #9B9B9B. Windows color (decimal): -2264375 or 13202141. OLE color: 13202141.
HSL color Cylindrical-coordinate representation of color #DD72C9: hue angle of 311.21º 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 #DD72C9 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 201 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.13 |
| HSL | 311.22º | 0.61% | 0.66% | - |
| HSV(B) | 311.22º | 0.48% | 0.87% | - |
| XYZ | 46.38 | 31.62 | 58.92 | - |
| YUV | 155.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 201 | 0 | 0.48 | 0.09 | 0.13 | 311.22 | 0.61 | 0.66 |
| Hex | DD | 72 | C9 | 0 | 30 | 9 | D | 137 | 3D | 42 |
| Octal | 335 | 162 | 311 | 0 | 60 | 11 | 15 | 467 | 75 | 102 |
| Binary | 11011101 | 1110010 | 11001001 | 0 | 110000 | 1001 | 1101 | 100110111 | 111101 | 1000010 |
Color Harmonies of #DD72C9
Complementary color
Monochromatic Colors of #DD72C9
Black with #DD72C9
Text Example
Text Example
White with #DD72C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72C9; }
p { color: rgb(221,114,201); }
H1.HeaderClassName
{
color: #DD72C9;
}
.AnyTagClassName
{
color: #DD72C9;
}
</style>
background-color css
<style>
a { background-color: #DD72C9; }
a { background-color: rgb(221,114,201); }
div.DivClassName
{
background-color: #DD72C9;
}
.BgClassName
{
background-color: #DD72C9;
}
</style>
border-color css
<style>
span { border-color: #DD72C9; }
span { border-color: rgb(221,114,201); }
td.TdClassName
{
border-color: #DD72C9;
}
.TagClassName
{
border-color: #DD72C9;
}
</style>