Shades of Orchid #DD72E8
Tints of Orchid #DD72E8
RGB
CMYK
RGB Variations
Color information
#DD72E8 (or 0xDD72E8) is known color: Orchid. HEX triplet: DD, 72 and E8. RGB value is (221,114,232). Sum of RGB (Red+Green+Blue) = 221+114+232=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD72E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD72E8 is #228D17. Grayscale: #9F9F9F. Windows color (decimal): -2264344 or 15233757. OLE color: 15233757.
HSL color Cylindrical-coordinate representation of color #DD72E8: hue angle of 294.41º degrees, saturation: 0.72, 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 #DD72E8 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 114 | 232 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.09 |
| HSL | 294.41º | 0.72% | 0.68% | - |
| HSV(B) | 294.41º | 0.51% | 0.91% | - |
| XYZ | 50.4 | 33.23 | 80.1 | - |
| YUV | 159.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 232 | 0.05 | 0.51 | 0 | 0.09 | 294.41 | 0.72 | 0.68 |
| Hex | DD | 72 | E8 | 5 | 33 | 0 | 9 | 126 | 48 | 44 |
| Octal | 335 | 162 | 350 | 5 | 63 | 0 | 11 | 446 | 110 | 104 |
| Binary | 11011101 | 1110010 | 11101000 | 101 | 110011 | 0 | 1001 | 100100110 | 1001000 | 1000100 |
Color Harmonies of #DD72E8
Complementary color
Monochromatic Colors of #DD72E8
Black with #DD72E8
Text Example
Text Example
White with #DD72E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72E8; }
p { color: rgb(221,114,232); }
H1.HeaderClassName
{
color: #DD72E8;
}
.AnyTagClassName
{
color: #DD72E8;
}
</style>
background-color css
<style>
a { background-color: #DD72E8; }
a { background-color: rgb(221,114,232); }
div.DivClassName
{
background-color: #DD72E8;
}
.BgClassName
{
background-color: #DD72E8;
}
</style>
border-color css
<style>
span { border-color: #DD72E8; }
span { border-color: rgb(221,114,232); }
td.TdClassName
{
border-color: #DD72E8;
}
.TagClassName
{
border-color: #DD72E8;
}
</style>