Shades of Cerise #D42D73
Tints of Cerise #D42D73
RGB
CMYK
RGB Variations
Color information
#D42D73 (or 0xD42D73) is known color: Cerise. HEX triplet: D4, 2D and 73. RGB value is (212,45,115). Sum of RGB (Red+Green+Blue) = 212+45+115=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D73 is #2BD28C. Grayscale: #666666. Windows color (decimal): -2871949 or 7548372. OLE color: 7548372.
HSL color Cylindrical-coordinate representation of color #D42D73: hue angle of 334.85º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42D73 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 115 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.17 |
| HSL | 334.85º | 0.66% | 0.5% | - |
| HSV(B) | 334.85º | 0.79% | 0.83% | - |
| XYZ | 31.18 | 17.11 | 17.88 | - |
| YUV | 102.91 | 134.83 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 115 | 0 | 0.79 | 0.46 | 0.17 | 334.85 | 0.66 | 0.5 |
| Hex | D4 | 2D | 73 | 0 | 4F | 2E | 11 | 14F | 42 | 32 |
| Octal | 324 | 55 | 163 | 0 | 117 | 56 | 21 | 517 | 102 | 62 |
| Binary | 11010100 | 101101 | 1110011 | 0 | 1001111 | 101110 | 10001 | 101001111 | 1000010 | 110010 |
Color Harmonies of #D42D73
Complementary color
Monochromatic Colors of #D42D73
Black with #D42D73
Text Example
Text Example
White with #D42D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42D73; }
p { color: rgb(212,45,115); }
H1.HeaderClassName
{
color: #D42D73;
}
.AnyTagClassName
{
color: #D42D73;
}
</style>
background-color css
<style>
a { background-color: #D42D73; }
a { background-color: rgb(212,45,115); }
div.DivClassName
{
background-color: #D42D73;
}
.BgClassName
{
background-color: #D42D73;
}
</style>
border-color css
<style>
span { border-color: #D42D73; }
span { border-color: rgb(212,45,115); }
td.TdClassName
{
border-color: #D42D73;
}
.TagClassName
{
border-color: #D42D73;
}
</style>