Shades of Cerise #D4336A
Tints of Cerise #D4336A
RGB
CMYK
RGB Variations
Color information
#D4336A (or 0xD4336A) is known color: Cerise. HEX triplet: D4, 33 and 6A. RGB value is (212,51,106). Sum of RGB (Red+Green+Blue) = 212+51+106=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4336A is #2BCC95. Grayscale: #696969. Windows color (decimal): -2870422 or 6960084. OLE color: 6960084.
HSL color Cylindrical-coordinate representation of color #D4336A: hue angle of 339.5º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4336A is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 106 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.17 |
| HSL | 339.5º | 0.65% | 0.52% | - |
| HSV(B) | 339.5º | 0.76% | 0.83% | - |
| XYZ | 30.94 | 17.41 | 15.36 | - |
| YUV | 105.41 | 128.34 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 106 | 0 | 0.76 | 0.5 | 0.17 | 339.5 | 0.65 | 0.52 |
| Hex | D4 | 33 | 6A | 0 | 4C | 32 | 11 | 154 | 41 | 34 |
| Octal | 324 | 63 | 152 | 0 | 114 | 62 | 21 | 524 | 101 | 64 |
| Binary | 11010100 | 110011 | 1101010 | 0 | 1001100 | 110010 | 10001 | 101010100 | 1000001 | 110100 |
Color Harmonies of #D4336A
Complementary color
Monochromatic Colors of #D4336A
Black with #D4336A
Text Example
Text Example
White with #D4336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4336A; }
p { color: rgb(212,51,106); }
H1.HeaderClassName
{
color: #D4336A;
}
.AnyTagClassName
{
color: #D4336A;
}
</style>
background-color css
<style>
a { background-color: #D4336A; }
a { background-color: rgb(212,51,106); }
div.DivClassName
{
background-color: #D4336A;
}
.BgClassName
{
background-color: #D4336A;
}
</style>
border-color css
<style>
span { border-color: #D4336A; }
span { border-color: rgb(212,51,106); }
td.TdClassName
{
border-color: #D4336A;
}
.TagClassName
{
border-color: #D4336A;
}
</style>