Shades of Cerise #D4356B
Tints of Cerise #D4356B
RGB
CMYK
RGB Variations
Color information
#D4356B (or 0xD4356B) is known color: Cerise. HEX triplet: D4, 35 and 6B. RGB value is (212,53,107). Sum of RGB (Red+Green+Blue) = 212+53+107=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4356B is #2BCA94. Grayscale: #6A6A6A. Windows color (decimal): -2869909 or 7026132. OLE color: 7026132.
HSL color Cylindrical-coordinate representation of color #D4356B: hue angle of 339.62º 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 #D4356B is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 107 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.17 |
| HSL | 339.62º | 0.65% | 0.52% | - |
| HSV(B) | 339.62º | 0.75% | 0.83% | - |
| XYZ | 31.08 | 17.6 | 15.67 | - |
| YUV | 106.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 107 | 0 | 0.75 | 0.50 | 0.17 | 339.62 | 0.65 | 0.52 |
| Hex | D4 | 35 | 6B | 0 | 4B | 32 | 11 | 154 | 41 | 34 |
| Octal | 324 | 65 | 153 | 0 | 113 | 62 | 21 | 524 | 101 | 64 |
| Binary | 11010100 | 110101 | 1101011 | 0 | 1001011 | 110010 | 10001 | 101010100 | 1000001 | 110100 |
Color Harmonies of #D4356B
Complementary color
Monochromatic Colors of #D4356B
Black with #D4356B
Text Example
Text Example
White with #D4356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4356B; }
p { color: rgb(212,53,107); }
H1.HeaderClassName
{
color: #D4356B;
}
.AnyTagClassName
{
color: #D4356B;
}
</style>
background-color css
<style>
a { background-color: #D4356B; }
a { background-color: rgb(212,53,107); }
div.DivClassName
{
background-color: #D4356B;
}
.BgClassName
{
background-color: #D4356B;
}
</style>
border-color css
<style>
span { border-color: #D4356B; }
span { border-color: rgb(212,53,107); }
td.TdClassName
{
border-color: #D4356B;
}
.TagClassName
{
border-color: #D4356B;
}
</style>