Shades of Cerise #D4386B
Tints of Cerise #D4386B
RGB
CMYK
RGB Variations
Color information
#D4386B (or 0xD4386B) is known color: Cerise. HEX triplet: D4, 38 and 6B. RGB value is (212,56,107). Sum of RGB (Red+Green+Blue) = 212+56+107=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4386B is #2BC794. Grayscale: #6C6C6C. Windows color (decimal): -2869141 or 7026900. OLE color: 7026900.
HSL color Cylindrical-coordinate representation of color #D4386B: hue angle of 340.38º 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 #D4386B is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 107 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.17 |
| HSL | 340.38º | 0.64% | 0.53% | - |
| HSV(B) | 340.38º | 0.74% | 0.83% | - |
| XYZ | 31.22 | 17.89 | 15.72 | - |
| YUV | 108.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 107 | 0 | 0.74 | 0.50 | 0.17 | 340.38 | 0.64 | 0.53 |
| Hex | D4 | 38 | 6B | 0 | 4A | 32 | 11 | 154 | 40 | 35 |
| Octal | 324 | 70 | 153 | 0 | 112 | 62 | 21 | 524 | 100 | 65 |
| Binary | 11010100 | 111000 | 1101011 | 0 | 1001010 | 110010 | 10001 | 101010100 | 1000000 | 110101 |
Color Harmonies of #D4386B
Complementary color
Monochromatic Colors of #D4386B
Black with #D4386B
Text Example
Text Example
White with #D4386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4386B; }
p { color: rgb(212,56,107); }
H1.HeaderClassName
{
color: #D4386B;
}
.AnyTagClassName
{
color: #D4386B;
}
</style>
background-color css
<style>
a { background-color: #D4386B; }
a { background-color: rgb(212,56,107); }
div.DivClassName
{
background-color: #D4386B;
}
.BgClassName
{
background-color: #D4386B;
}
</style>
border-color css
<style>
span { border-color: #D4386B; }
span { border-color: rgb(212,56,107); }
td.TdClassName
{
border-color: #D4386B;
}
.TagClassName
{
border-color: #D4386B;
}
</style>