Shades of Persimmon #DD5103
Tints of Persimmon #DD5103
RGB
CMYK
RGB Variations
Color information
#DD5103 (or 0xDD5103) is known color: Persimmon. HEX triplet: DD, 51 and 03. RGB value is (221,81,3). Sum of RGB (Red+Green+Blue) = 221+81+3=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5103 is #22AEFC. Grayscale: #727272. Windows color (decimal): -2273021 or 217565. OLE color: 217565.
HSL color Cylindrical-coordinate representation of color #DD5103: hue angle of 21.47º 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 #DD5103 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.13 |
| HSL | 21.47º | 0.97% | 0.44% | - |
| HSV(B) | 21.47º | 0.99% | 0.87% | - |
| XYZ | 32.78 | 21.26 | 2.46 | - |
| YUV | 113.97 | 65.38 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 3 | 0 | 0.63 | 0.99 | 0.13 | 21.47 | 0.97 | 0.44 |
| Hex | DD | 51 | 3 | 0 | 3F | 63 | D | 15 | 61 | 2C |
| Octal | 335 | 121 | 3 | 0 | 77 | 143 | 15 | 25 | 141 | 54 |
| Binary | 11011101 | 1010001 | 11 | 0 | 111111 | 1100011 | 1101 | 10101 | 1100001 | 101100 |
Color Harmonies of #DD5103
Complementary color
Monochromatic Colors of #DD5103
Black with #DD5103
Text Example
Text Example
White with #DD5103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5103; }
p { color: rgb(221,81,3); }
H1.HeaderClassName
{
color: #DD5103;
}
.AnyTagClassName
{
color: #DD5103;
}
</style>
background-color css
<style>
a { background-color: #DD5103; }
a { background-color: rgb(221,81,3); }
div.DivClassName
{
background-color: #DD5103;
}
.BgClassName
{
background-color: #DD5103;
}
</style>
border-color css
<style>
span { border-color: #DD5103; }
span { border-color: rgb(221,81,3); }
td.TdClassName
{
border-color: #DD5103;
}
.TagClassName
{
border-color: #DD5103;
}
</style>