Shades of Dark Coral #D05042
Tints of Dark Coral #D05042
RGB
CMYK
RGB Variations
Color information
#D05042 (or 0xD05042) is known color: Dark Coral. HEX triplet: D0, 50 and 42. RGB value is (208,80,66). Sum of RGB (Red+Green+Blue) = 208+80+66=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D05042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05042 is #2FAFBD. Grayscale: #747474. Windows color (decimal): -3125182 or 4346064. OLE color: 4346064.
HSL color Cylindrical-coordinate representation of color #D05042: hue angle of 5.92º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D05042 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 66 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.18 |
| HSL | 5.92º | 0.6% | 0.54% | - |
| HSV(B) | 5.92º | 0.68% | 0.82% | - |
| XYZ | 29.86 | 19.54 | 7.35 | - |
| YUV | 116.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 66 | 0 | 0.62 | 0.68 | 0.18 | 5.92 | 0.6 | 0.54 |
| Hex | D0 | 50 | 42 | 0 | 3E | 44 | 12 | 6 | 3C | 36 |
| Octal | 320 | 120 | 102 | 0 | 76 | 104 | 22 | 6 | 74 | 66 |
| Binary | 11010000 | 1010000 | 1000010 | 0 | 111110 | 1000100 | 10010 | 110 | 111100 | 110110 |
Color Harmonies of #D05042
Complementary color
Monochromatic Colors of #D05042
Black with #D05042
Text Example
Text Example
White with #D05042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05042; }
p { color: rgb(208,80,66); }
H1.HeaderClassName
{
color: #D05042;
}
.AnyTagClassName
{
color: #D05042;
}
</style>
background-color css
<style>
a { background-color: #D05042; }
a { background-color: rgb(208,80,66); }
div.DivClassName
{
background-color: #D05042;
}
.BgClassName
{
background-color: #D05042;
}
</style>
border-color css
<style>
span { border-color: #D05042; }
span { border-color: rgb(208,80,66); }
td.TdClassName
{
border-color: #D05042;
}
.TagClassName
{
border-color: #D05042;
}
</style>