Shades of Cerise #D43761
Tints of Cerise #D43761
RGB
CMYK
RGB Variations
Color information
#D43761 (or 0xD43761) is known color: Cerise. HEX triplet: D4, 37 and 61. RGB value is (212,55,97). Sum of RGB (Red+Green+Blue) = 212+55+97=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D43761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43761 is #2BC89E. Grayscale: #6A6A6A. Windows color (decimal): -2869407 or 6371284. OLE color: 6371284.
HSL color Cylindrical-coordinate representation of color #D43761: hue angle of 343.95º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43761 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 97 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.17 |
| HSL | 343.95º | 0.65% | 0.52% | - |
| HSV(B) | 343.95º | 0.74% | 0.83% | - |
| XYZ | 30.68 | 17.59 | 13.09 | - |
| YUV | 106.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 97 | 0 | 0.74 | 0.54 | 0.17 | 343.95 | 0.65 | 0.52 |
| Hex | D4 | 37 | 61 | 0 | 4A | 36 | 11 | 158 | 41 | 34 |
| Octal | 324 | 67 | 141 | 0 | 112 | 66 | 21 | 530 | 101 | 64 |
| Binary | 11010100 | 110111 | 1100001 | 0 | 1001010 | 110110 | 10001 | 101011000 | 1000001 | 110100 |
Color Harmonies of #D43761
Complementary color
Monochromatic Colors of #D43761
Black with #D43761
Text Example
Text Example
White with #D43761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43761; }
p { color: rgb(212,55,97); }
H1.HeaderClassName
{
color: #D43761;
}
.AnyTagClassName
{
color: #D43761;
}
</style>
background-color css
<style>
a { background-color: #D43761; }
a { background-color: rgb(212,55,97); }
div.DivClassName
{
background-color: #D43761;
}
.BgClassName
{
background-color: #D43761;
}
</style>
border-color css
<style>
span { border-color: #D43761; }
span { border-color: rgb(212,55,97); }
td.TdClassName
{
border-color: #D43761;
}
.TagClassName
{
border-color: #D43761;
}
</style>