Shades of Deep Cerise #D434A0
Tints of Deep Cerise #D434A0
RGB
CMYK
RGB Variations
Color information
#D434A0 (or 0xD434A0) is known color: Deep Cerise. HEX triplet: D4, 34 and A0. RGB value is (212,52,160). Sum of RGB (Red+Green+Blue) = 212+52+160=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D434A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D434A0 is #2BCB5F. Grayscale: #6F6F6F. Windows color (decimal): -2870112 or 10499284. OLE color: 10499284.
HSL color Cylindrical-coordinate representation of color #D434A0: hue angle of 319.5º 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 #D434A0 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 160 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.17 |
| HSL | 319.5º | 0.65% | 0.52% | - |
| HSV(B) | 319.5º | 0.75% | 0.83% | - |
| XYZ | 34.72 | 18.99 | 35.09 | - |
| YUV | 112.15 | 155.01 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 160 | 0 | 0.75 | 0.25 | 0.17 | 319.5 | 0.65 | 0.52 |
| Hex | D4 | 34 | A0 | 0 | 4B | 19 | 11 | 140 | 41 | 34 |
| Octal | 324 | 64 | 240 | 0 | 113 | 31 | 21 | 500 | 101 | 64 |
| Binary | 11010100 | 110100 | 10100000 | 0 | 1001011 | 11001 | 10001 | 101000000 | 1000001 | 110100 |
Color Harmonies of #D434A0
Complementary color
Monochromatic Colors of #D434A0
Black with #D434A0
Text Example
Text Example
White with #D434A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434A0; }
p { color: rgb(212,52,160); }
H1.HeaderClassName
{
color: #D434A0;
}
.AnyTagClassName
{
color: #D434A0;
}
</style>
background-color css
<style>
a { background-color: #D434A0; }
a { background-color: rgb(212,52,160); }
div.DivClassName
{
background-color: #D434A0;
}
.BgClassName
{
background-color: #D434A0;
}
</style>
border-color css
<style>
span { border-color: #D434A0; }
span { border-color: rgb(212,52,160); }
td.TdClassName
{
border-color: #D434A0;
}
.TagClassName
{
border-color: #D434A0;
}
</style>