Shades of Persimmon #DD5111
Tints of Persimmon #DD5111
RGB
CMYK
RGB Variations
Color information
#DD5111 (or 0xDD5111) is known color: Persimmon. HEX triplet: DD, 51 and 11. RGB value is (221,81,17). Sum of RGB (Red+Green+Blue) = 221+81+17=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5111 is #22AEEE. Grayscale: #737373. Windows color (decimal): -2273007 or 1135069. OLE color: 1135069.
HSL color Cylindrical-coordinate representation of color #DD5111: hue angle of 18.82º 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 #DD5111 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 17 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.13 |
| HSL | 18.82º | 0.86% | 0.47% | - |
| HSV(B) | 18.82º | 0.92% | 0.87% | - |
| XYZ | 32.86 | 21.3 | 2.91 | - |
| YUV | 115.56 | 72.38 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 17 | 0 | 0.63 | 0.92 | 0.13 | 18.82 | 0.86 | 0.47 |
| Hex | DD | 51 | 11 | 0 | 3F | 5C | D | 13 | 56 | 2F |
| Octal | 335 | 121 | 21 | 0 | 77 | 134 | 15 | 23 | 126 | 57 |
| Binary | 11011101 | 1010001 | 10001 | 0 | 111111 | 1011100 | 1101 | 10011 | 1010110 | 101111 |
Color Harmonies of #DD5111
Complementary color
Monochromatic Colors of #DD5111
Black with #DD5111
Text Example
Text Example
White with #DD5111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5111; }
p { color: rgb(221,81,17); }
H1.HeaderClassName
{
color: #DD5111;
}
.AnyTagClassName
{
color: #DD5111;
}
</style>
background-color css
<style>
a { background-color: #DD5111; }
a { background-color: rgb(221,81,17); }
div.DivClassName
{
background-color: #DD5111;
}
.BgClassName
{
background-color: #DD5111;
}
</style>
border-color css
<style>
span { border-color: #DD5111; }
span { border-color: rgb(221,81,17); }
td.TdClassName
{
border-color: #DD5111;
}
.TagClassName
{
border-color: #DD5111;
}
</style>