Shades of Deep Cerise #D4329A
Tints of Deep Cerise #D4329A
RGB
CMYK
RGB Variations
Color information
#D4329A (or 0xD4329A) is known color: Deep Cerise. HEX triplet: D4, 32 and 9A. RGB value is (212,50,154). Sum of RGB (Red+Green+Blue) = 212+50+154=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4329A is #2BCD65. Grayscale: #6E6E6E. Windows color (decimal): -2870630 or 10105556. OLE color: 10105556.
HSL color Cylindrical-coordinate representation of color #D4329A: hue angle of 321.48º 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 #D4329A is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 154 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.17 |
| HSL | 321.48º | 0.65% | 0.51% | - |
| HSV(B) | 321.48º | 0.76% | 0.83% | - |
| XYZ | 34.12 | 18.61 | 32.37 | - |
| YUV | 110.29 | 152.67 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 154 | 0 | 0.76 | 0.27 | 0.17 | 321.48 | 0.65 | 0.51 |
| Hex | D4 | 32 | 9A | 0 | 4C | 1B | 11 | 141 | 41 | 33 |
| Octal | 324 | 62 | 232 | 0 | 114 | 33 | 21 | 501 | 101 | 63 |
| Binary | 11010100 | 110010 | 10011010 | 0 | 1001100 | 11011 | 10001 | 101000001 | 1000001 | 110011 |
Color Harmonies of #D4329A
Complementary color
Monochromatic Colors of #D4329A
Black with #D4329A
Text Example
Text Example
White with #D4329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4329A; }
p { color: rgb(212,50,154); }
H1.HeaderClassName
{
color: #D4329A;
}
.AnyTagClassName
{
color: #D4329A;
}
</style>
background-color css
<style>
a { background-color: #D4329A; }
a { background-color: rgb(212,50,154); }
div.DivClassName
{
background-color: #D4329A;
}
.BgClassName
{
background-color: #D4329A;
}
</style>
border-color css
<style>
span { border-color: #D4329A; }
span { border-color: rgb(212,50,154); }
td.TdClassName
{
border-color: #D4329A;
}
.TagClassName
{
border-color: #D4329A;
}
</style>