Shades of Persimmon #DD4E11
Tints of Persimmon #DD4E11
RGB
CMYK
RGB Variations
Color information
#DD4E11 (or 0xDD4E11) is known color: Persimmon. HEX triplet: DD, 4E and 11. RGB value is (221,78,17). Sum of RGB (Red+Green+Blue) = 221+78+17=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E11 is #22B1EE. Grayscale: #727272. Windows color (decimal): -2273775 or 1134301. OLE color: 1134301.
HSL color Cylindrical-coordinate representation of color #DD4E11: hue angle of 17.94º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD4E11 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.13 |
| HSL | 17.94º | 0.86% | 0.47% | - |
| HSV(B) | 17.94º | 0.92% | 0.87% | - |
| XYZ | 32.64 | 20.86 | 2.84 | - |
| YUV | 113.8 | 73.38 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 17 | 0 | 0.65 | 0.92 | 0.13 | 17.94 | 0.86 | 0.47 |
| Hex | DD | 4E | 11 | 0 | 41 | 5C | D | 12 | 56 | 2F |
| Octal | 335 | 116 | 21 | 0 | 101 | 134 | 15 | 22 | 126 | 57 |
| Binary | 11011101 | 1001110 | 10001 | 0 | 1000001 | 1011100 | 1101 | 10010 | 1010110 | 101111 |
Color Harmonies of #DD4E11
Complementary color
Monochromatic Colors of #DD4E11
Black with #DD4E11
Text Example
Text Example
White with #DD4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E11; }
p { color: rgb(221,78,17); }
H1.HeaderClassName
{
color: #DD4E11;
}
.AnyTagClassName
{
color: #DD4E11;
}
</style>
background-color css
<style>
a { background-color: #DD4E11; }
a { background-color: rgb(221,78,17); }
div.DivClassName
{
background-color: #DD4E11;
}
.BgClassName
{
background-color: #DD4E11;
}
</style>
border-color css
<style>
span { border-color: #DD4E11; }
span { border-color: rgb(221,78,17); }
td.TdClassName
{
border-color: #DD4E11;
}
.TagClassName
{
border-color: #DD4E11;
}
</style>