Shades of Orchid #DD72D5
Tints of Orchid #DD72D5
RGB
CMYK
RGB Variations
Color information
#DD72D5 (or 0xDD72D5) is known color: Orchid. HEX triplet: DD, 72 and D5. RGB value is (221,114,213). Sum of RGB (Red+Green+Blue) = 221+114+213=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72D5 is #228D2A. Grayscale: #9C9C9C. Windows color (decimal): -2264363 or 13988573. OLE color: 13988573.
HSL color Cylindrical-coordinate representation of color #DD72D5: hue angle of 304.49º 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 #DD72D5 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 213 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.13 |
| HSL | 304.49º | 0.61% | 0.66% | - |
| HSV(B) | 304.49º | 0.48% | 0.87% | - |
| XYZ | 47.85 | 32.21 | 66.65 | - |
| YUV | 157.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 213 | 0 | 0.48 | 0.04 | 0.13 | 304.49 | 0.61 | 0.66 |
| Hex | DD | 72 | D5 | 0 | 30 | 4 | D | 130 | 3D | 42 |
| Octal | 335 | 162 | 325 | 0 | 60 | 4 | 15 | 460 | 75 | 102 |
| Binary | 11011101 | 1110010 | 11010101 | 0 | 110000 | 100 | 1101 | 100110000 | 111101 | 1000010 |
Color Harmonies of #DD72D5
Complementary color
Monochromatic Colors of #DD72D5
Black with #DD72D5
Text Example
Text Example
White with #DD72D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72D5; }
p { color: rgb(221,114,213); }
H1.HeaderClassName
{
color: #DD72D5;
}
.AnyTagClassName
{
color: #DD72D5;
}
</style>
background-color css
<style>
a { background-color: #DD72D5; }
a { background-color: rgb(221,114,213); }
div.DivClassName
{
background-color: #DD72D5;
}
.BgClassName
{
background-color: #DD72D5;
}
</style>
border-color css
<style>
span { border-color: #DD72D5; }
span { border-color: rgb(221,114,213); }
td.TdClassName
{
border-color: #DD72D5;
}
.TagClassName
{
border-color: #DD72D5;
}
</style>