Shades of Persimmon #DD4E19
Tints of Persimmon #DD4E19
RGB
CMYK
RGB Variations
Color information
#DD4E19 (or 0xDD4E19) is known color: Persimmon. HEX triplet: DD, 4E and 19. RGB value is (221,78,25). Sum of RGB (Red+Green+Blue) = 221+78+25=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E19 is #22B1E6. Grayscale: #737373. Windows color (decimal): -2273767 or 1658589. OLE color: 1658589.
HSL color Cylindrical-coordinate representation of color #DD4E19: hue angle of 16.22º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD4E19 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 25 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.13 |
| HSL | 16.22º | 0.8% | 0.48% | - |
| HSV(B) | 16.22º | 0.89% | 0.87% | - |
| XYZ | 32.72 | 20.89 | 3.23 | - |
| YUV | 114.72 | 77.38 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 25 | 0 | 0.65 | 0.89 | 0.13 | 16.22 | 0.8 | 0.48 |
| Hex | DD | 4E | 19 | 0 | 41 | 59 | D | 10 | 50 | 30 |
| Octal | 335 | 116 | 31 | 0 | 101 | 131 | 15 | 20 | 120 | 60 |
| Binary | 11011101 | 1001110 | 11001 | 0 | 1000001 | 1011001 | 1101 | 10000 | 1010000 | 110000 |
Color Harmonies of #DD4E19
Complementary color
Monochromatic Colors of #DD4E19
Black with #DD4E19
Text Example
Text Example
White with #DD4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E19; }
p { color: rgb(221,78,25); }
H1.HeaderClassName
{
color: #DD4E19;
}
.AnyTagClassName
{
color: #DD4E19;
}
</style>
background-color css
<style>
a { background-color: #DD4E19; }
a { background-color: rgb(221,78,25); }
div.DivClassName
{
background-color: #DD4E19;
}
.BgClassName
{
background-color: #DD4E19;
}
</style>
border-color css
<style>
span { border-color: #DD4E19; }
span { border-color: rgb(221,78,25); }
td.TdClassName
{
border-color: #DD4E19;
}
.TagClassName
{
border-color: #DD4E19;
}
</style>