Shades of Persimmon #DD5212
Tints of Persimmon #DD5212
RGB
CMYK
RGB Variations
Color information
#DD5212 (or 0xDD5212) is known color: Persimmon. HEX triplet: DD, 52 and 12. RGB value is (221,82,18). Sum of RGB (Red+Green+Blue) = 221+82+18=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5212 is #22ADED. Grayscale: #747474. Windows color (decimal): -2272750 or 1200861. OLE color: 1200861.
HSL color Cylindrical-coordinate representation of color #DD5212: hue angle of 18.92º degrees, saturation: 0.85, 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 #DD5212 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.13 |
| HSL | 18.92º | 0.85% | 0.47% | - |
| HSV(B) | 18.92º | 0.92% | 0.87% | - |
| XYZ | 32.95 | 21.45 | 2.98 | - |
| YUV | 116.27 | 72.55 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 18 | 0 | 0.63 | 0.92 | 0.13 | 18.92 | 0.85 | 0.47 |
| Hex | DD | 52 | 12 | 0 | 3F | 5C | D | 13 | 55 | 2F |
| Octal | 335 | 122 | 22 | 0 | 77 | 134 | 15 | 23 | 125 | 57 |
| Binary | 11011101 | 1010010 | 10010 | 0 | 111111 | 1011100 | 1101 | 10011 | 1010101 | 101111 |
Color Harmonies of #DD5212
Complementary color
Monochromatic Colors of #DD5212
Black with #DD5212
Text Example
Text Example
White with #DD5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5212; }
p { color: rgb(221,82,18); }
H1.HeaderClassName
{
color: #DD5212;
}
.AnyTagClassName
{
color: #DD5212;
}
</style>
background-color css
<style>
a { background-color: #DD5212; }
a { background-color: rgb(221,82,18); }
div.DivClassName
{
background-color: #DD5212;
}
.BgClassName
{
background-color: #DD5212;
}
</style>
border-color css
<style>
span { border-color: #DD5212; }
span { border-color: rgb(221,82,18); }
td.TdClassName
{
border-color: #DD5212;
}
.TagClassName
{
border-color: #DD5212;
}
</style>