Shades of Cerise #D42461
Tints of Cerise #D42461
RGB
CMYK
RGB Variations
Color information
#D42461 (or 0xD42461) is known color: Cerise. HEX triplet: D4, 24 and 61. RGB value is (212,36,97). Sum of RGB (Red+Green+Blue) = 212+36+97=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D42461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42461 is #2BDB9E. Grayscale: #5F5F5F. Windows color (decimal): -2874271 or 6366420. OLE color: 6366420.
HSL color Cylindrical-coordinate representation of color #D42461: hue angle of 339.2º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42461 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 97 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.17 |
| HSL | 339.2º | 0.71% | 0.49% | - |
| HSV(B) | 339.2º | 0.83% | 0.83% | - |
| XYZ | 29.94 | 16.12 | 12.84 | - |
| YUV | 95.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 97 | 0 | 0.83 | 0.54 | 0.17 | 339.2 | 0.71 | 0.49 |
| Hex | D4 | 24 | 61 | 0 | 53 | 36 | 11 | 153 | 47 | 31 |
| Octal | 324 | 44 | 141 | 0 | 123 | 66 | 21 | 523 | 107 | 61 |
| Binary | 11010100 | 100100 | 1100001 | 0 | 1010011 | 110110 | 10001 | 101010011 | 1000111 | 110001 |
Color Harmonies of #D42461
Complementary color
Monochromatic Colors of #D42461
Black with #D42461
Text Example
Text Example
White with #D42461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42461; }
p { color: rgb(212,36,97); }
H1.HeaderClassName
{
color: #D42461;
}
.AnyTagClassName
{
color: #D42461;
}
</style>
background-color css
<style>
a { background-color: #D42461; }
a { background-color: rgb(212,36,97); }
div.DivClassName
{
background-color: #D42461;
}
.BgClassName
{
background-color: #D42461;
}
</style>
border-color css
<style>
span { border-color: #D42461; }
span { border-color: rgb(212,36,97); }
td.TdClassName
{
border-color: #D42461;
}
.TagClassName
{
border-color: #D42461;
}
</style>