Shades of Dark Coral #D65A47
Tints of Dark Coral #D65A47
RGB
CMYK
RGB Variations
Color information
#D65A47 (or 0xD65A47) is known color: Dark Coral. HEX triplet: D6, 5A and 47. RGB value is (214,90,71). Sum of RGB (Red+Green+Blue) = 214+90+71=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A47 is #29A5B8. Grayscale: #7D7D7D. Windows color (decimal): -2729401 or 4676310. OLE color: 4676310.
HSL color Cylindrical-coordinate representation of color #D65A47: hue angle of 7.97º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D65A47 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 71 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.16 |
| HSL | 7.97º | 0.64% | 0.56% | - |
| HSV(B) | 7.97º | 0.67% | 0.84% | - |
| XYZ | 32.53 | 22.06 | 8.51 | - |
| YUV | 124.91 | 97.58 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 71 | 0 | 0.58 | 0.67 | 0.16 | 7.97 | 0.64 | 0.56 |
| Hex | D6 | 5A | 47 | 0 | 3A | 43 | 10 | 8 | 40 | 38 |
| Octal | 326 | 132 | 107 | 0 | 72 | 103 | 20 | 10 | 100 | 70 |
| Binary | 11010110 | 1011010 | 1000111 | 0 | 111010 | 1000011 | 10000 | 1000 | 1000000 | 111000 |
Color Harmonies of #D65A47
Complementary color
Monochromatic Colors of #D65A47
Black with #D65A47
Text Example
Text Example
White with #D65A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A47; }
p { color: rgb(214,90,71); }
H1.HeaderClassName
{
color: #D65A47;
}
.AnyTagClassName
{
color: #D65A47;
}
</style>
background-color css
<style>
a { background-color: #D65A47; }
a { background-color: rgb(214,90,71); }
div.DivClassName
{
background-color: #D65A47;
}
.BgClassName
{
background-color: #D65A47;
}
</style>
border-color css
<style>
span { border-color: #D65A47; }
span { border-color: rgb(214,90,71); }
td.TdClassName
{
border-color: #D65A47;
}
.TagClassName
{
border-color: #D65A47;
}
</style>