Shades of Persimmon #DF5003
Tints of Persimmon #DF5003
RGB
CMYK
RGB Variations
Color information
#DF5003 (or 0xDF5003) is known color: Persimmon. HEX triplet: DF, 50 and 03. RGB value is (223,80,3). Sum of RGB (Red+Green+Blue) = 223+80+3=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5003 is #20AFFC. Grayscale: #727272. Windows color (decimal): -2142205 or 217311. OLE color: 217311.
HSL color Cylindrical-coordinate representation of color #DF5003: hue angle of 21º 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 #DF5003 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.13 |
| HSL | 21º | 0.97% | 0.44% | - |
| HSV(B) | 21º | 0.99% | 0.87% | - |
| XYZ | 33.32 | 21.43 | 2.47 | - |
| YUV | 113.98 | 65.38 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 3 | 0 | 0.64 | 0.99 | 0.13 | 21 | 0.97 | 0.44 |
| Hex | DF | 50 | 3 | 0 | 40 | 63 | D | 15 | 61 | 2C |
| Octal | 337 | 120 | 3 | 0 | 100 | 143 | 15 | 25 | 141 | 54 |
| Binary | 11011111 | 1010000 | 11 | 0 | 1000000 | 1100011 | 1101 | 10101 | 1100001 | 101100 |
Color Harmonies of #DF5003
Complementary color
Monochromatic Colors of #DF5003
Black with #DF5003
Text Example
Text Example
White with #DF5003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5003; }
p { color: rgb(223,80,3); }
H1.HeaderClassName
{
color: #DF5003;
}
.AnyTagClassName
{
color: #DF5003;
}
</style>
background-color css
<style>
a { background-color: #DF5003; }
a { background-color: rgb(223,80,3); }
div.DivClassName
{
background-color: #DF5003;
}
.BgClassName
{
background-color: #DF5003;
}
</style>
border-color css
<style>
span { border-color: #DF5003; }
span { border-color: rgb(223,80,3); }
td.TdClassName
{
border-color: #DF5003;
}
.TagClassName
{
border-color: #DF5003;
}
</style>