Shades of Cerise #D4386D
Tints of Cerise #D4386D
RGB
CMYK
RGB Variations
Color information
#D4386D (or 0xD4386D) is known color: Cerise. HEX triplet: D4, 38 and 6D. RGB value is (212,56,109). Sum of RGB (Red+Green+Blue) = 212+56+109=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D4386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4386D is #2BC792. Grayscale: #6C6C6C. Windows color (decimal): -2869139 or 7157972. OLE color: 7157972.
HSL color Cylindrical-coordinate representation of color #D4386D: hue angle of 339.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4386D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 109 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.17 |
| HSL | 339.62º | 0.64% | 0.53% | - |
| HSV(B) | 339.62º | 0.74% | 0.83% | - |
| XYZ | 31.33 | 17.93 | 16.28 | - |
| YUV | 108.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 109 | 0 | 0.74 | 0.49 | 0.17 | 339.62 | 0.64 | 0.53 |
| Hex | D4 | 38 | 6D | 0 | 4A | 31 | 11 | 154 | 40 | 35 |
| Octal | 324 | 70 | 155 | 0 | 112 | 61 | 21 | 524 | 100 | 65 |
| Binary | 11010100 | 111000 | 1101101 | 0 | 1001010 | 110001 | 10001 | 101010100 | 1000000 | 110101 |
Color Harmonies of #D4386D
Complementary color
Monochromatic Colors of #D4386D
Black with #D4386D
Text Example
Text Example
White with #D4386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4386D; }
p { color: rgb(212,56,109); }
H1.HeaderClassName
{
color: #D4386D;
}
.AnyTagClassName
{
color: #D4386D;
}
</style>
background-color css
<style>
a { background-color: #D4386D; }
a { background-color: rgb(212,56,109); }
div.DivClassName
{
background-color: #D4386D;
}
.BgClassName
{
background-color: #D4386D;
}
</style>
border-color css
<style>
span { border-color: #D4386D; }
span { border-color: rgb(212,56,109); }
td.TdClassName
{
border-color: #D4386D;
}
.TagClassName
{
border-color: #D4386D;
}
</style>