Shades of Persimmon #DD5001
Tints of Persimmon #DD5001
RGB
CMYK
RGB Variations
Color information
#DD5001 (or 0xDD5001) is known color: Persimmon. HEX triplet: DD, 50 and 01. RGB value is (221,80,1). Sum of RGB (Red+Green+Blue) = 221+80+1=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5001 is #22AFFE. Grayscale: #717171. Windows color (decimal): -2273279 or 86237. OLE color: 86237.
HSL color Cylindrical-coordinate representation of color #DD5001: hue angle of 21.55º 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 #DD5001 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.13 |
| HSL | 21.55º | 0.99% | 0.44% | - |
| HSV(B) | 21.55º | 1% | 0.87% | - |
| XYZ | 32.69 | 21.11 | 2.38 | - |
| YUV | 113.15 | 64.71 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 1 | 0 | 0.64 | 1.00 | 0.13 | 21.55 | 0.99 | 0.44 |
| Hex | DD | 50 | 1 | 0 | 40 | 64 | D | 16 | 63 | 2C |
| Octal | 335 | 120 | 1 | 0 | 100 | 144 | 15 | 26 | 143 | 54 |
| Binary | 11011101 | 1010000 | 1 | 0 | 1000000 | 1100100 | 1101 | 10110 | 1100011 | 101100 |
Color Harmonies of #DD5001
Complementary color
Monochromatic Colors of #DD5001
Black with #DD5001
Text Example
Text Example
White with #DD5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5001; }
p { color: rgb(221,80,1); }
H1.HeaderClassName
{
color: #DD5001;
}
.AnyTagClassName
{
color: #DD5001;
}
</style>
background-color css
<style>
a { background-color: #DD5001; }
a { background-color: rgb(221,80,1); }
div.DivClassName
{
background-color: #DD5001;
}
.BgClassName
{
background-color: #DD5001;
}
</style>
border-color css
<style>
span { border-color: #DD5001; }
span { border-color: rgb(221,80,1); }
td.TdClassName
{
border-color: #DD5001;
}
.TagClassName
{
border-color: #DD5001;
}
</style>