Shades of Orchid #DD72E9
Tints of Orchid #DD72E9
RGB
CMYK
RGB Variations
Color information
#DD72E9 (or 0xDD72E9) is known color: Orchid. HEX triplet: DD, 72 and E9. RGB value is (221,114,233). Sum of RGB (Red+Green+Blue) = 221+114+233=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD72E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD72E9 is #228D16. Grayscale: #9F9F9F. Windows color (decimal): -2264343 or 15299293. OLE color: 15299293.
HSL color Cylindrical-coordinate representation of color #DD72E9: hue angle of 293.95º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD72E9 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 114 | 233 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.09 |
| HSL | 293.95º | 0.73% | 0.68% | - |
| HSV(B) | 293.95º | 0.51% | 0.91% | - |
| XYZ | 50.54 | 33.29 | 80.85 | - |
| YUV | 159.56 | 169.45 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 233 | 0.05 | 0.51 | 0 | 0.09 | 293.95 | 0.73 | 0.68 |
| Hex | DD | 72 | E9 | 5 | 33 | 0 | 9 | 126 | 49 | 44 |
| Octal | 335 | 162 | 351 | 5 | 63 | 0 | 11 | 446 | 111 | 104 |
| Binary | 11011101 | 1110010 | 11101001 | 101 | 110011 | 0 | 1001 | 100100110 | 1001001 | 1000100 |
Color Harmonies of #DD72E9
Complementary color
Monochromatic Colors of #DD72E9
Black with #DD72E9
Text Example
Text Example
White with #DD72E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72E9; }
p { color: rgb(221,114,233); }
H1.HeaderClassName
{
color: #DD72E9;
}
.AnyTagClassName
{
color: #DD72E9;
}
</style>
background-color css
<style>
a { background-color: #DD72E9; }
a { background-color: rgb(221,114,233); }
div.DivClassName
{
background-color: #DD72E9;
}
.BgClassName
{
background-color: #DD72E9;
}
</style>
border-color css
<style>
span { border-color: #DD72E9; }
span { border-color: rgb(221,114,233); }
td.TdClassName
{
border-color: #DD72E9;
}
.TagClassName
{
border-color: #DD72E9;
}
</style>