Shades of Dark Coral #DD583D
Tints of Dark Coral #DD583D
RGB
CMYK
RGB Variations
Color information
#DD583D (or 0xDD583D) is known color: Dark Coral. HEX triplet: DD, 58 and 3D. RGB value is (221,88,61). Sum of RGB (Red+Green+Blue) = 221+88+61=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD583D is #22A7C2. Grayscale: #7C7C7C. Windows color (decimal): -2271171 or 4020445. OLE color: 4020445.
HSL color Cylindrical-coordinate representation of color #DD583D: hue angle of 10.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD583D is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 61 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.13 |
| HSL | 10.13º | 0.7% | 0.55% | - |
| HSV(B) | 10.13º | 0.72% | 0.87% | - |
| XYZ | 34.15 | 22.69 | 6.99 | - |
| YUV | 124.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 61 | 0 | 0.60 | 0.72 | 0.13 | 10.13 | 0.7 | 0.55 |
| Hex | DD | 58 | 3D | 0 | 3C | 48 | D | A | 46 | 37 |
| Octal | 335 | 130 | 75 | 0 | 74 | 110 | 15 | 12 | 106 | 67 |
| Binary | 11011101 | 1011000 | 111101 | 0 | 111100 | 1001000 | 1101 | 1010 | 1000110 | 110111 |
Color Harmonies of #DD583D
Complementary color
Monochromatic Colors of #DD583D
Black with #DD583D
Text Example
Text Example
White with #DD583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD583D; }
p { color: rgb(221,88,61); }
H1.HeaderClassName
{
color: #DD583D;
}
.AnyTagClassName
{
color: #DD583D;
}
</style>
background-color css
<style>
a { background-color: #DD583D; }
a { background-color: rgb(221,88,61); }
div.DivClassName
{
background-color: #DD583D;
}
.BgClassName
{
background-color: #DD583D;
}
</style>
border-color css
<style>
span { border-color: #DD583D; }
span { border-color: rgb(221,88,61); }
td.TdClassName
{
border-color: #DD583D;
}
.TagClassName
{
border-color: #DD583D;
}
</style>