Shades of Cerise #D42A65
Tints of Cerise #D42A65
RGB
CMYK
RGB Variations
Color information
#D42A65 (or 0xD42A65) is known color: Cerise. HEX triplet: D4, 2A and 65. RGB value is (212,42,101). Sum of RGB (Red+Green+Blue) = 212+42+101=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42A65 is #2BD59A. Grayscale: #636363. Windows color (decimal): -2872731 or 6630100. OLE color: 6630100.
HSL color Cylindrical-coordinate representation of color #D42A65: hue angle of 339.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42A65 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 101 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.17 |
| HSL | 339.18º | 0.67% | 0.5% | - |
| HSV(B) | 339.18º | 0.8% | 0.83% | - |
| XYZ | 30.33 | 16.59 | 13.92 | - |
| YUV | 99.56 | 128.82 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 101 | 0 | 0.80 | 0.52 | 0.17 | 339.18 | 0.67 | 0.5 |
| Hex | D4 | 2A | 65 | 0 | 50 | 34 | 11 | 153 | 43 | 32 |
| Octal | 324 | 52 | 145 | 0 | 120 | 64 | 21 | 523 | 103 | 62 |
| Binary | 11010100 | 101010 | 1100101 | 0 | 1010000 | 110100 | 10001 | 101010011 | 1000011 | 110010 |
Color Harmonies of #D42A65
Complementary color
Monochromatic Colors of #D42A65
Black with #D42A65
Text Example
Text Example
White with #D42A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42A65; }
p { color: rgb(212,42,101); }
H1.HeaderClassName
{
color: #D42A65;
}
.AnyTagClassName
{
color: #D42A65;
}
</style>
background-color css
<style>
a { background-color: #D42A65; }
a { background-color: rgb(212,42,101); }
div.DivClassName
{
background-color: #D42A65;
}
.BgClassName
{
background-color: #D42A65;
}
</style>
border-color css
<style>
span { border-color: #D42A65; }
span { border-color: rgb(212,42,101); }
td.TdClassName
{
border-color: #D42A65;
}
.TagClassName
{
border-color: #D42A65;
}
</style>