Shades of Cerise #D4366C
Tints of Cerise #D4366C
RGB
CMYK
RGB Variations
Color information
#D4366C (or 0xD4366C) is known color: Cerise. HEX triplet: D4, 36 and 6C. RGB value is (212,54,108). Sum of RGB (Red+Green+Blue) = 212+54+108=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4366C is #2BC993. Grayscale: #6B6B6B. Windows color (decimal): -2869652 or 7091924. OLE color: 7091924.
HSL color Cylindrical-coordinate representation of color #D4366C: hue angle of 339.49º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4366C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 108 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.17 |
| HSL | 339.49º | 0.65% | 0.52% | - |
| HSV(B) | 339.49º | 0.75% | 0.83% | - |
| XYZ | 31.18 | 17.72 | 15.96 | - |
| YUV | 107.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 108 | 0 | 0.75 | 0.49 | 0.17 | 339.49 | 0.65 | 0.52 |
| Hex | D4 | 36 | 6C | 0 | 4B | 31 | 11 | 153 | 41 | 34 |
| Octal | 324 | 66 | 154 | 0 | 113 | 61 | 21 | 523 | 101 | 64 |
| Binary | 11010100 | 110110 | 1101100 | 0 | 1001011 | 110001 | 10001 | 101010011 | 1000001 | 110100 |
Color Harmonies of #D4366C
Complementary color
Monochromatic Colors of #D4366C
Black with #D4366C
Text Example
Text Example
White with #D4366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4366C; }
p { color: rgb(212,54,108); }
H1.HeaderClassName
{
color: #D4366C;
}
.AnyTagClassName
{
color: #D4366C;
}
</style>
background-color css
<style>
a { background-color: #D4366C; }
a { background-color: rgb(212,54,108); }
div.DivClassName
{
background-color: #D4366C;
}
.BgClassName
{
background-color: #D4366C;
}
</style>
border-color css
<style>
span { border-color: #D4366C; }
span { border-color: rgb(212,54,108); }
td.TdClassName
{
border-color: #D4366C;
}
.TagClassName
{
border-color: #D4366C;
}
</style>