Shades of Cerise #D42D5D
Tints of Cerise #D42D5D
RGB
CMYK
RGB Variations
Color information
#D42D5D (or 0xD42D5D) is known color: Cerise. HEX triplet: D4, 2D and 5D. RGB value is (212,45,93). Sum of RGB (Red+Green+Blue) = 212+45+93=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D5D is #2BD2A2. Grayscale: #646464. Windows color (decimal): -2871971 or 6106580. OLE color: 6106580.
HSL color Cylindrical-coordinate representation of color #D42D5D: hue angle of 342.75º 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 #D42D5D is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 93 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.17 |
| HSL | 342.75º | 0.66% | 0.5% | - |
| HSV(B) | 342.75º | 0.79% | 0.83% | - |
| XYZ | 30.07 | 16.66 | 11.99 | - |
| YUV | 100.41 | 123.83 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 93 | 0 | 0.79 | 0.56 | 0.17 | 342.75 | 0.66 | 0.5 |
| Hex | D4 | 2D | 5D | 0 | 4F | 38 | 11 | 157 | 42 | 32 |
| Octal | 324 | 55 | 135 | 0 | 117 | 70 | 21 | 527 | 102 | 62 |
| Binary | 11010100 | 101101 | 1011101 | 0 | 1001111 | 111000 | 10001 | 101010111 | 1000010 | 110010 |
Color Harmonies of #D42D5D
Complementary color
Monochromatic Colors of #D42D5D
Black with #D42D5D
Text Example
Text Example
White with #D42D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42D5D; }
p { color: rgb(212,45,93); }
H1.HeaderClassName
{
color: #D42D5D;
}
.AnyTagClassName
{
color: #D42D5D;
}
</style>
background-color css
<style>
a { background-color: #D42D5D; }
a { background-color: rgb(212,45,93); }
div.DivClassName
{
background-color: #D42D5D;
}
.BgClassName
{
background-color: #D42D5D;
}
</style>
border-color css
<style>
span { border-color: #D42D5D; }
span { border-color: rgb(212,45,93); }
td.TdClassName
{
border-color: #D42D5D;
}
.TagClassName
{
border-color: #D42D5D;
}
</style>