Shades of Cerise #D4386C
Tints of Cerise #D4386C
RGB
CMYK
RGB Variations
Color information
#D4386C (or 0xD4386C) is known color: Cerise. HEX triplet: D4, 38 and 6C. RGB value is (212,56,108). Sum of RGB (Red+Green+Blue) = 212+56+108=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4386C is #2BC793. Grayscale: #6C6C6C. Windows color (decimal): -2869140 or 7092436. OLE color: 7092436.
HSL color Cylindrical-coordinate representation of color #D4386C: hue angle of 340º 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 #D4386C is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 108 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.17 |
| HSL | 340º | 0.64% | 0.53% | - |
| HSV(B) | 340º | 0.74% | 0.83% | - |
| XYZ | 31.27 | 17.91 | 16 | - |
| YUV | 108.57 | 127.68 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 108 | 0 | 0.74 | 0.49 | 0.17 | 340 | 0.64 | 0.53 |
| Hex | D4 | 38 | 6C | 0 | 4A | 31 | 11 | 154 | 40 | 35 |
| Octal | 324 | 70 | 154 | 0 | 112 | 61 | 21 | 524 | 100 | 65 |
| Binary | 11010100 | 111000 | 1101100 | 0 | 1001010 | 110001 | 10001 | 101010100 | 1000000 | 110101 |
Color Harmonies of #D4386C
Complementary color
Monochromatic Colors of #D4386C
Black with #D4386C
Text Example
Text Example
White with #D4386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4386C; }
p { color: rgb(212,56,108); }
H1.HeaderClassName
{
color: #D4386C;
}
.AnyTagClassName
{
color: #D4386C;
}
</style>
background-color css
<style>
a { background-color: #D4386C; }
a { background-color: rgb(212,56,108); }
div.DivClassName
{
background-color: #D4386C;
}
.BgClassName
{
background-color: #D4386C;
}
</style>
border-color css
<style>
span { border-color: #D4386C; }
span { border-color: rgb(212,56,108); }
td.TdClassName
{
border-color: #D4386C;
}
.TagClassName
{
border-color: #D4386C;
}
</style>