Shades of Deep Cerise #D43681
Tints of Deep Cerise #D43681
RGB
CMYK
RGB Variations
Color information
#D43681 (or 0xD43681) is known color: Deep Cerise. HEX triplet: D4, 36 and 81. RGB value is (212,54,129). Sum of RGB (Red+Green+Blue) = 212+54+129=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D43681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43681 is #2BC97E. Grayscale: #6D6D6D. Windows color (decimal): -2869631 or 8468180. OLE color: 8468180.
HSL color Cylindrical-coordinate representation of color #D43681: hue angle of 331.52º 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 #D43681 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 129 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.17 |
| HSL | 331.52º | 0.65% | 0.52% | - |
| HSV(B) | 331.52º | 0.75% | 0.83% | - |
| XYZ | 32.43 | 18.22 | 22.58 | - |
| YUV | 109.79 | 138.85 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 129 | 0 | 0.75 | 0.39 | 0.17 | 331.52 | 0.65 | 0.52 |
| Hex | D4 | 36 | 81 | 0 | 4B | 27 | 11 | 14C | 41 | 34 |
| Octal | 324 | 66 | 201 | 0 | 113 | 47 | 21 | 514 | 101 | 64 |
| Binary | 11010100 | 110110 | 10000001 | 0 | 1001011 | 100111 | 10001 | 101001100 | 1000001 | 110100 |
Color Harmonies of #D43681
Complementary color
Monochromatic Colors of #D43681
Black with #D43681
Text Example
Text Example
White with #D43681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43681; }
p { color: rgb(212,54,129); }
H1.HeaderClassName
{
color: #D43681;
}
.AnyTagClassName
{
color: #D43681;
}
</style>
background-color css
<style>
a { background-color: #D43681; }
a { background-color: rgb(212,54,129); }
div.DivClassName
{
background-color: #D43681;
}
.BgClassName
{
background-color: #D43681;
}
</style>
border-color css
<style>
span { border-color: #D43681; }
span { border-color: rgb(212,54,129); }
td.TdClassName
{
border-color: #D43681;
}
.TagClassName
{
border-color: #D43681;
}
</style>