Shades of Persimmon #DE5505
Tints of Persimmon #DE5505
RGB
CMYK
RGB Variations
Color information
#DE5505 (or 0xDE5505) is known color: Persimmon. HEX triplet: DE, 55 and 05. RGB value is (222,85,5). Sum of RGB (Red+Green+Blue) = 222+85+5=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5505 is #21AAFA. Grayscale: #757575. Windows color (decimal): -2206459 or 349662. OLE color: 349662.
HSL color Cylindrical-coordinate representation of color #DE5505: hue angle of 22.12º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE5505 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.13 |
| HSL | 22.12º | 0.96% | 0.45% | - |
| HSV(B) | 22.12º | 0.98% | 0.87% | - |
| XYZ | 33.4 | 22.04 | 2.64 | - |
| YUV | 116.84 | 64.89 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 5 | 0 | 0.62 | 0.98 | 0.13 | 22.12 | 0.96 | 0.45 |
| Hex | DE | 55 | 5 | 0 | 3E | 62 | D | 16 | 60 | 2D |
| Octal | 336 | 125 | 5 | 0 | 76 | 142 | 15 | 26 | 140 | 55 |
| Binary | 11011110 | 1010101 | 101 | 0 | 111110 | 1100010 | 1101 | 10110 | 1100000 | 101101 |
Color Harmonies of #DE5505
Complementary color
Monochromatic Colors of #DE5505
Black with #DE5505
Text Example
Text Example
White with #DE5505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5505; }
p { color: rgb(222,85,5); }
H1.HeaderClassName
{
color: #DE5505;
}
.AnyTagClassName
{
color: #DE5505;
}
</style>
background-color css
<style>
a { background-color: #DE5505; }
a { background-color: rgb(222,85,5); }
div.DivClassName
{
background-color: #DE5505;
}
.BgClassName
{
background-color: #DE5505;
}
</style>
border-color css
<style>
span { border-color: #DE5505; }
span { border-color: rgb(222,85,5); }
td.TdClassName
{
border-color: #DE5505;
}
.TagClassName
{
border-color: #DE5505;
}
</style>