Shades of Deep Cerise #D44181
Tints of Deep Cerise #D44181
RGB
CMYK
RGB Variations
Color information
#D44181 (or 0xD44181) is known color: Deep Cerise. HEX triplet: D4, 41 and 81. RGB value is (212,65,129). Sum of RGB (Red+Green+Blue) = 212+65+129=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D44181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44181 is #2BBE7E. Grayscale: #747474. Windows color (decimal): -2866815 or 8470996. OLE color: 8470996.
HSL color Cylindrical-coordinate representation of color #D44181: hue angle of 333.88º 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 #D44181 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 129 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.17 |
| HSL | 333.88º | 0.63% | 0.54% | - |
| HSV(B) | 333.88º | 0.69% | 0.83% | - |
| XYZ | 33 | 19.36 | 22.77 | - |
| YUV | 116.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 129 | 0 | 0.69 | 0.39 | 0.17 | 333.88 | 0.63 | 0.54 |
| Hex | D4 | 41 | 81 | 0 | 45 | 27 | 11 | 14E | 3F | 36 |
| Octal | 324 | 101 | 201 | 0 | 105 | 47 | 21 | 516 | 77 | 66 |
| Binary | 11010100 | 1000001 | 10000001 | 0 | 1000101 | 100111 | 10001 | 101001110 | 111111 | 110110 |
Color Harmonies of #D44181
Complementary color
Monochromatic Colors of #D44181
Black with #D44181
Text Example
Text Example
White with #D44181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44181; }
p { color: rgb(212,65,129); }
H1.HeaderClassName
{
color: #D44181;
}
.AnyTagClassName
{
color: #D44181;
}
</style>
background-color css
<style>
a { background-color: #D44181; }
a { background-color: rgb(212,65,129); }
div.DivClassName
{
background-color: #D44181;
}
.BgClassName
{
background-color: #D44181;
}
</style>
border-color css
<style>
span { border-color: #D44181; }
span { border-color: rgb(212,65,129); }
td.TdClassName
{
border-color: #D44181;
}
.TagClassName
{
border-color: #D44181;
}
</style>