Shades of Deep Cerise #D43381
Tints of Deep Cerise #D43381
RGB
CMYK
RGB Variations
Color information
#D43381 (or 0xD43381) is known color: Deep Cerise. HEX triplet: D4, 33 and 81. RGB value is (212,51,129). Sum of RGB (Red+Green+Blue) = 212+51+129=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D43381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43381 is #2BCC7E. Grayscale: #6B6B6B. Windows color (decimal): -2870399 or 8467412. OLE color: 8467412.
HSL color Cylindrical-coordinate representation of color #D43381: hue angle of 330.93º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43381 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 129 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.17 |
| HSL | 330.93º | 0.65% | 0.52% | - |
| HSV(B) | 330.93º | 0.76% | 0.83% | - |
| XYZ | 32.3 | 17.95 | 22.53 | - |
| YUV | 108.03 | 139.84 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 129 | 0 | 0.76 | 0.39 | 0.17 | 330.93 | 0.65 | 0.52 |
| Hex | D4 | 33 | 81 | 0 | 4C | 27 | 11 | 14B | 41 | 34 |
| Octal | 324 | 63 | 201 | 0 | 114 | 47 | 21 | 513 | 101 | 64 |
| Binary | 11010100 | 110011 | 10000001 | 0 | 1001100 | 100111 | 10001 | 101001011 | 1000001 | 110100 |
Color Harmonies of #D43381
Complementary color
Monochromatic Colors of #D43381
Black with #D43381
Text Example
Text Example
White with #D43381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43381; }
p { color: rgb(212,51,129); }
H1.HeaderClassName
{
color: #D43381;
}
.AnyTagClassName
{
color: #D43381;
}
</style>
background-color css
<style>
a { background-color: #D43381; }
a { background-color: rgb(212,51,129); }
div.DivClassName
{
background-color: #D43381;
}
.BgClassName
{
background-color: #D43381;
}
</style>
border-color css
<style>
span { border-color: #D43381; }
span { border-color: rgb(212,51,129); }
td.TdClassName
{
border-color: #D43381;
}
.TagClassName
{
border-color: #D43381;
}
</style>