Shades of Cerise #D42C68
Tints of Cerise #D42C68
RGB
CMYK
RGB Variations
Color information
#D42C68 (or 0xD42C68) is known color: Cerise. HEX triplet: D4, 2C and 68. RGB value is (212,44,104). Sum of RGB (Red+Green+Blue) = 212+44+104=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D42C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42C68 is #2BD397. Grayscale: #646464. Windows color (decimal): -2872216 or 6827220. OLE color: 6827220.
HSL color Cylindrical-coordinate representation of color #D42C68: hue angle of 338.57º 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 #D42C68 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 44 | 104 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.17 |
| HSL | 338.57º | 0.66% | 0.5% | - |
| HSV(B) | 338.57º | 0.79% | 0.83% | - |
| XYZ | 30.55 | 16.8 | 14.73 | - |
| YUV | 101.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 104 | 0 | 0.79 | 0.51 | 0.17 | 338.57 | 0.66 | 0.5 |
| Hex | D4 | 2C | 68 | 0 | 4F | 33 | 11 | 153 | 42 | 32 |
| Octal | 324 | 54 | 150 | 0 | 117 | 63 | 21 | 523 | 102 | 62 |
| Binary | 11010100 | 101100 | 1101000 | 0 | 1001111 | 110011 | 10001 | 101010011 | 1000010 | 110010 |
Color Harmonies of #D42C68
Complementary color
Monochromatic Colors of #D42C68
Black with #D42C68
Text Example
Text Example
White with #D42C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42C68; }
p { color: rgb(212,44,104); }
H1.HeaderClassName
{
color: #D42C68;
}
.AnyTagClassName
{
color: #D42C68;
}
</style>
background-color css
<style>
a { background-color: #D42C68; }
a { background-color: rgb(212,44,104); }
div.DivClassName
{
background-color: #D42C68;
}
.BgClassName
{
background-color: #D42C68;
}
</style>
border-color css
<style>
span { border-color: #D42C68; }
span { border-color: rgb(212,44,104); }
td.TdClassName
{
border-color: #D42C68;
}
.TagClassName
{
border-color: #D42C68;
}
</style>