Shades of Deep Cerise #D44180
Tints of Deep Cerise #D44180
RGB
CMYK
RGB Variations
Color information
#D44180 (or 0xD44180) is known color: Deep Cerise. HEX triplet: D4, 41 and 80. RGB value is (212,65,128). Sum of RGB (Red+Green+Blue) = 212+65+128=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D44180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44180 is #2BBE7F. Grayscale: #747474. Windows color (decimal): -2866816 or 8405460. OLE color: 8405460.
HSL color Cylindrical-coordinate representation of color #D44180: hue angle of 334.29º 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 #D44180 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 128 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.17 |
| HSL | 334.29º | 0.63% | 0.54% | - |
| HSV(B) | 334.29º | 0.69% | 0.83% | - |
| XYZ | 32.94 | 19.34 | 22.42 | - |
| YUV | 116.14 | 134.7 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 128 | 0 | 0.69 | 0.40 | 0.17 | 334.29 | 0.63 | 0.54 |
| Hex | D4 | 41 | 80 | 0 | 45 | 28 | 11 | 14E | 3F | 36 |
| Octal | 324 | 101 | 200 | 0 | 105 | 50 | 21 | 516 | 77 | 66 |
| Binary | 11010100 | 1000001 | 10000000 | 0 | 1000101 | 101000 | 10001 | 101001110 | 111111 | 110110 |
Color Harmonies of #D44180
Complementary color
Monochromatic Colors of #D44180
Black with #D44180
Text Example
Text Example
White with #D44180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44180; }
p { color: rgb(212,65,128); }
H1.HeaderClassName
{
color: #D44180;
}
.AnyTagClassName
{
color: #D44180;
}
</style>
background-color css
<style>
a { background-color: #D44180; }
a { background-color: rgb(212,65,128); }
div.DivClassName
{
background-color: #D44180;
}
.BgClassName
{
background-color: #D44180;
}
</style>
border-color css
<style>
span { border-color: #D44180; }
span { border-color: rgb(212,65,128); }
td.TdClassName
{
border-color: #D44180;
}
.TagClassName
{
border-color: #D44180;
}
</style>