Shades of Orchid #DD72CA
Tints of Orchid #DD72CA
RGB
CMYK
RGB Variations
Color information
#DD72CA (or 0xDD72CA) is known color: Orchid. HEX triplet: DD, 72 and CA. RGB value is (221,114,202). Sum of RGB (Red+Green+Blue) = 221+114+202=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72CA is #228D35. Grayscale: #9B9B9B. Windows color (decimal): -2264374 or 13267677. OLE color: 13267677.
HSL color Cylindrical-coordinate representation of color #DD72CA: hue angle of 310.65º 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 #DD72CA is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 202 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.13 |
| HSL | 310.65º | 0.61% | 0.66% | - |
| HSV(B) | 310.65º | 0.48% | 0.87% | - |
| XYZ | 46.5 | 31.67 | 59.54 | - |
| YUV | 156.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 202 | 0 | 0.48 | 0.09 | 0.13 | 310.65 | 0.61 | 0.66 |
| Hex | DD | 72 | CA | 0 | 30 | 9 | D | 137 | 3D | 42 |
| Octal | 335 | 162 | 312 | 0 | 60 | 11 | 15 | 467 | 75 | 102 |
| Binary | 11011101 | 1110010 | 11001010 | 0 | 110000 | 1001 | 1101 | 100110111 | 111101 | 1000010 |
Color Harmonies of #DD72CA
Complementary color
Monochromatic Colors of #DD72CA
Black with #DD72CA
Text Example
Text Example
White with #DD72CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72CA; }
p { color: rgb(221,114,202); }
H1.HeaderClassName
{
color: #DD72CA;
}
.AnyTagClassName
{
color: #DD72CA;
}
</style>
background-color css
<style>
a { background-color: #DD72CA; }
a { background-color: rgb(221,114,202); }
div.DivClassName
{
background-color: #DD72CA;
}
.BgClassName
{
background-color: #DD72CA;
}
</style>
border-color css
<style>
span { border-color: #DD72CA; }
span { border-color: rgb(221,114,202); }
td.TdClassName
{
border-color: #DD72CA;
}
.TagClassName
{
border-color: #DD72CA;
}
</style>