Shades of Dark Coral #D0644D
Tints of Dark Coral #D0644D
RGB
CMYK
RGB Variations
Color information
#D0644D (or 0xD0644D) is known color: Dark Coral. HEX triplet: D0, 64 and 4D. RGB value is (208,100,77). Sum of RGB (Red+Green+Blue) = 208+100+77=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0644D is #2F9BB2. Grayscale: #818181. Windows color (decimal): -3120051 or 5072080. OLE color: 5072080.
HSL color Cylindrical-coordinate representation of color #D0644D: hue angle of 10.53º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0644D is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 77 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.18 |
| HSL | 10.53º | 0.58% | 0.56% | - |
| HSV(B) | 10.53º | 0.63% | 0.82% | - |
| XYZ | 31.91 | 23.06 | 9.79 | - |
| YUV | 129.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 77 | 0 | 0.52 | 0.63 | 0.18 | 10.53 | 0.58 | 0.56 |
| Hex | D0 | 64 | 4D | 0 | 34 | 3F | 12 | B | 3A | 38 |
| Octal | 320 | 144 | 115 | 0 | 64 | 77 | 22 | 13 | 72 | 70 |
| Binary | 11010000 | 1100100 | 1001101 | 0 | 110100 | 111111 | 10010 | 1011 | 111010 | 111000 |
Color Harmonies of #D0644D
Complementary color
Monochromatic Colors of #D0644D
Black with #D0644D
Text Example
Text Example
White with #D0644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0644D; }
p { color: rgb(208,100,77); }
H1.HeaderClassName
{
color: #D0644D;
}
.AnyTagClassName
{
color: #D0644D;
}
</style>
background-color css
<style>
a { background-color: #D0644D; }
a { background-color: rgb(208,100,77); }
div.DivClassName
{
background-color: #D0644D;
}
.BgClassName
{
background-color: #D0644D;
}
</style>
border-color css
<style>
span { border-color: #D0644D; }
span { border-color: rgb(208,100,77); }
td.TdClassName
{
border-color: #D0644D;
}
.TagClassName
{
border-color: #D0644D;
}
</style>