Shades of Cerise #D4386A
Tints of Cerise #D4386A
RGB
CMYK
RGB Variations
Color information
#D4386A (or 0xD4386A) is known color: Cerise. HEX triplet: D4, 38 and 6A. RGB value is (212,56,106). Sum of RGB (Red+Green+Blue) = 212+56+106=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4386A is #2BC795. Grayscale: #6C6C6C. Windows color (decimal): -2869142 or 6961364. OLE color: 6961364.
HSL color Cylindrical-coordinate representation of color #D4386A: hue angle of 340.77º 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 #D4386A is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 106 | - |
| CMYK | 0 | 0.74 | 0.5 | 0.17 |
| HSL | 340.77º | 0.64% | 0.53% | - |
| HSV(B) | 340.77º | 0.74% | 0.83% | - |
| XYZ | 31.17 | 17.87 | 15.44 | - |
| YUV | 108.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 106 | 0 | 0.74 | 0.5 | 0.17 | 340.77 | 0.64 | 0.53 |
| Hex | D4 | 38 | 6A | 0 | 4A | 32 | 11 | 155 | 40 | 35 |
| Octal | 324 | 70 | 152 | 0 | 112 | 62 | 21 | 525 | 100 | 65 |
| Binary | 11010100 | 111000 | 1101010 | 0 | 1001010 | 110010 | 10001 | 101010101 | 1000000 | 110101 |
Color Harmonies of #D4386A
Complementary color
Monochromatic Colors of #D4386A
Black with #D4386A
Text Example
Text Example
White with #D4386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4386A; }
p { color: rgb(212,56,106); }
H1.HeaderClassName
{
color: #D4386A;
}
.AnyTagClassName
{
color: #D4386A;
}
</style>
background-color css
<style>
a { background-color: #D4386A; }
a { background-color: rgb(212,56,106); }
div.DivClassName
{
background-color: #D4386A;
}
.BgClassName
{
background-color: #D4386A;
}
</style>
border-color css
<style>
span { border-color: #D4386A; }
span { border-color: rgb(212,56,106); }
td.TdClassName
{
border-color: #D4386A;
}
.TagClassName
{
border-color: #D4386A;
}
</style>