Shades of Deep Cerise #D4327B
Tints of Deep Cerise #D4327B
RGB
CMYK
RGB Variations
Color information
#D4327B (or 0xD4327B) is known color: Deep Cerise. HEX triplet: D4, 32 and 7B. RGB value is (212,50,123). Sum of RGB (Red+Green+Blue) = 212+50+123=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4327B is #2BCD84. Grayscale: #6A6A6A. Windows color (decimal): -2870661 or 8073940. OLE color: 8073940.
HSL color Cylindrical-coordinate representation of color #D4327B: hue angle of 332.96º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4327B is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 123 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.17 |
| HSL | 332.96º | 0.65% | 0.51% | - |
| HSV(B) | 332.96º | 0.76% | 0.83% | - |
| XYZ | 31.87 | 17.71 | 20.48 | - |
| YUV | 106.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 123 | 0 | 0.76 | 0.42 | 0.17 | 332.96 | 0.65 | 0.51 |
| Hex | D4 | 32 | 7B | 0 | 4C | 2A | 11 | 14D | 41 | 33 |
| Octal | 324 | 62 | 173 | 0 | 114 | 52 | 21 | 515 | 101 | 63 |
| Binary | 11010100 | 110010 | 1111011 | 0 | 1001100 | 101010 | 10001 | 101001101 | 1000001 | 110011 |
Color Harmonies of #D4327B
Complementary color
Monochromatic Colors of #D4327B
Black with #D4327B
Text Example
Text Example
White with #D4327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4327B; }
p { color: rgb(212,50,123); }
H1.HeaderClassName
{
color: #D4327B;
}
.AnyTagClassName
{
color: #D4327B;
}
</style>
background-color css
<style>
a { background-color: #D4327B; }
a { background-color: rgb(212,50,123); }
div.DivClassName
{
background-color: #D4327B;
}
.BgClassName
{
background-color: #D4327B;
}
</style>
border-color css
<style>
span { border-color: #D4327B; }
span { border-color: rgb(212,50,123); }
td.TdClassName
{
border-color: #D4327B;
}
.TagClassName
{
border-color: #D4327B;
}
</style>