Shades of Deep Cerise #D4418C
Tints of Deep Cerise #D4418C
RGB
CMYK
RGB Variations
Color information
#D4418C (or 0xD4418C) is known color: Deep Cerise. HEX triplet: D4, 41 and 8C. RGB value is (212,65,140). Sum of RGB (Red+Green+Blue) = 212+65+140=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4418C is #2BBE73. Grayscale: #757575. Windows color (decimal): -2866804 or 9191892. OLE color: 9191892.
HSL color Cylindrical-coordinate representation of color #D4418C: hue angle of 329.39º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4418C is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 140 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.17 |
| HSL | 329.39º | 0.63% | 0.54% | - |
| HSV(B) | 329.39º | 0.69% | 0.83% | - |
| XYZ | 33.78 | 19.67 | 26.83 | - |
| YUV | 117.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 140 | 0 | 0.69 | 0.34 | 0.17 | 329.39 | 0.63 | 0.54 |
| Hex | D4 | 41 | 8C | 0 | 45 | 22 | 11 | 149 | 3F | 36 |
| Octal | 324 | 101 | 214 | 0 | 105 | 42 | 21 | 511 | 77 | 66 |
| Binary | 11010100 | 1000001 | 10001100 | 0 | 1000101 | 100010 | 10001 | 101001001 | 111111 | 110110 |
Color Harmonies of #D4418C
Complementary color
Monochromatic Colors of #D4418C
Black with #D4418C
Text Example
Text Example
White with #D4418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4418C; }
p { color: rgb(212,65,140); }
H1.HeaderClassName
{
color: #D4418C;
}
.AnyTagClassName
{
color: #D4418C;
}
</style>
background-color css
<style>
a { background-color: #D4418C; }
a { background-color: rgb(212,65,140); }
div.DivClassName
{
background-color: #D4418C;
}
.BgClassName
{
background-color: #D4418C;
}
</style>
border-color css
<style>
span { border-color: #D4418C; }
span { border-color: rgb(212,65,140); }
td.TdClassName
{
border-color: #D4418C;
}
.TagClassName
{
border-color: #D4418C;
}
</style>