Shades of Persimmon #DE5001
Tints of Persimmon #DE5001
RGB
CMYK
RGB Variations
Color information
#DE5001 (or 0xDE5001) is known color: Persimmon. HEX triplet: DE, 50 and 01. RGB value is (222,80,1). Sum of RGB (Red+Green+Blue) = 222+80+1=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5001 is #21AFFE. Grayscale: #717171. Windows color (decimal): -2207743 or 86238. OLE color: 86238.
HSL color Cylindrical-coordinate representation of color #DE5001: hue angle of 21.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE5001 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.13 |
| HSL | 21.45º | 0.99% | 0.44% | - |
| HSV(B) | 21.45º | 1% | 0.87% | - |
| XYZ | 33 | 21.27 | 2.39 | - |
| YUV | 113.45 | 64.54 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 1 | 0 | 0.64 | 1.00 | 0.13 | 21.45 | 0.99 | 0.44 |
| Hex | DE | 50 | 1 | 0 | 40 | 64 | D | 15 | 63 | 2C |
| Octal | 336 | 120 | 1 | 0 | 100 | 144 | 15 | 25 | 143 | 54 |
| Binary | 11011110 | 1010000 | 1 | 0 | 1000000 | 1100100 | 1101 | 10101 | 1100011 | 101100 |
Color Harmonies of #DE5001
Complementary color
Monochromatic Colors of #DE5001
Black with #DE5001
Text Example
Text Example
White with #DE5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5001; }
p { color: rgb(222,80,1); }
H1.HeaderClassName
{
color: #DE5001;
}
.AnyTagClassName
{
color: #DE5001;
}
</style>
background-color css
<style>
a { background-color: #DE5001; }
a { background-color: rgb(222,80,1); }
div.DivClassName
{
background-color: #DE5001;
}
.BgClassName
{
background-color: #DE5001;
}
</style>
border-color css
<style>
span { border-color: #DE5001; }
span { border-color: rgb(222,80,1); }
td.TdClassName
{
border-color: #DE5001;
}
.TagClassName
{
border-color: #DE5001;
}
</style>