Shades of Orchid #DD72E5
Tints of Orchid #DD72E5
RGB
CMYK
RGB Variations
Color information
#DD72E5 (or 0xDD72E5) is known color: Orchid. HEX triplet: DD, 72 and E5. RGB value is (221,114,229). Sum of RGB (Red+Green+Blue) = 221+114+229=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD72E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72E5 is #228D1A. Grayscale: #9E9E9E. Windows color (decimal): -2264347 or 15037149. OLE color: 15037149.
HSL color Cylindrical-coordinate representation of color #DD72E5: hue angle of 295.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD72E5 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 114 | 229 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.10 |
| HSL | 295.83º | 0.69% | 0.67% | - |
| HSV(B) | 295.83º | 0.5% | 0.9% | - |
| XYZ | 49.98 | 33.06 | 77.88 | - |
| YUV | 159.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 229 | 0.03 | 0.50 | 0 | 0.10 | 295.83 | 0.69 | 0.67 |
| Hex | DD | 72 | E5 | 3 | 32 | 0 | A | 128 | 45 | 43 |
| Octal | 335 | 162 | 345 | 3 | 62 | 0 | 12 | 450 | 105 | 103 |
| Binary | 11011101 | 1110010 | 11100101 | 11 | 110010 | 0 | 1010 | 100101000 | 1000101 | 1000011 |
Color Harmonies of #DD72E5
Complementary color
Monochromatic Colors of #DD72E5
Black with #DD72E5
Text Example
Text Example
White with #DD72E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72E5; }
p { color: rgb(221,114,229); }
H1.HeaderClassName
{
color: #DD72E5;
}
.AnyTagClassName
{
color: #DD72E5;
}
</style>
background-color css
<style>
a { background-color: #DD72E5; }
a { background-color: rgb(221,114,229); }
div.DivClassName
{
background-color: #DD72E5;
}
.BgClassName
{
background-color: #DD72E5;
}
</style>
border-color css
<style>
span { border-color: #DD72E5; }
span { border-color: rgb(221,114,229); }
td.TdClassName
{
border-color: #DD72E5;
}
.TagClassName
{
border-color: #DD72E5;
}
</style>