Shades of Persimmon #DE5103
Tints of Persimmon #DE5103
RGB
CMYK
RGB Variations
Color information
#DE5103 (or 0xDE5103) is known color: Persimmon. HEX triplet: DE, 51 and 03. RGB value is (222,81,3). Sum of RGB (Red+Green+Blue) = 222+81+3=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5103 is #21AEFC. Grayscale: #727272. Windows color (decimal): -2207485 or 217566. OLE color: 217566.
HSL color Cylindrical-coordinate representation of color #DE5103: hue angle of 21.37º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE5103 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.13 |
| HSL | 21.37º | 0.97% | 0.44% | - |
| HSV(B) | 21.37º | 0.99% | 0.87% | - |
| XYZ | 33.08 | 21.42 | 2.48 | - |
| YUV | 114.27 | 65.21 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 3 | 0 | 0.64 | 0.99 | 0.13 | 21.37 | 0.97 | 0.44 |
| Hex | DE | 51 | 3 | 0 | 40 | 63 | D | 15 | 61 | 2C |
| Octal | 336 | 121 | 3 | 0 | 100 | 143 | 15 | 25 | 141 | 54 |
| Binary | 11011110 | 1010001 | 11 | 0 | 1000000 | 1100011 | 1101 | 10101 | 1100001 | 101100 |
Color Harmonies of #DE5103
Complementary color
Monochromatic Colors of #DE5103
Black with #DE5103
Text Example
Text Example
White with #DE5103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5103; }
p { color: rgb(222,81,3); }
H1.HeaderClassName
{
color: #DE5103;
}
.AnyTagClassName
{
color: #DE5103;
}
</style>
background-color css
<style>
a { background-color: #DE5103; }
a { background-color: rgb(222,81,3); }
div.DivClassName
{
background-color: #DE5103;
}
.BgClassName
{
background-color: #DE5103;
}
</style>
border-color css
<style>
span { border-color: #DE5103; }
span { border-color: rgb(222,81,3); }
td.TdClassName
{
border-color: #DE5103;
}
.TagClassName
{
border-color: #DE5103;
}
</style>