Shades of Cerise #D42168
Tints of Cerise #D42168
RGB
CMYK
RGB Variations
Color information
#D42168 (or 0xD42168) is known color: Cerise. HEX triplet: D4, 21 and 68. RGB value is (212,33,104). Sum of RGB (Red+Green+Blue) = 212+33+104=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D42168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42168 is #2BDE97. Grayscale: #5E5E5E. Windows color (decimal): -2875032 or 6824404. OLE color: 6824404.
HSL color Cylindrical-coordinate representation of color #D42168: hue angle of 336.2º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42168 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 104 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.17 |
| HSL | 336.2º | 0.73% | 0.48% | - |
| HSV(B) | 336.2º | 0.84% | 0.83% | - |
| XYZ | 30.19 | 16.08 | 14.61 | - |
| YUV | 94.62 | 133.3 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 104 | 0 | 0.84 | 0.51 | 0.17 | 336.2 | 0.73 | 0.48 |
| Hex | D4 | 21 | 68 | 0 | 54 | 33 | 11 | 150 | 49 | 30 |
| Octal | 324 | 41 | 150 | 0 | 124 | 63 | 21 | 520 | 111 | 60 |
| Binary | 11010100 | 100001 | 1101000 | 0 | 1010100 | 110011 | 10001 | 101010000 | 1001001 | 110000 |
Color Harmonies of #D42168
Complementary color
Monochromatic Colors of #D42168
Black with #D42168
Text Example
Text Example
White with #D42168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42168; }
p { color: rgb(212,33,104); }
H1.HeaderClassName
{
color: #D42168;
}
.AnyTagClassName
{
color: #D42168;
}
</style>
background-color css
<style>
a { background-color: #D42168; }
a { background-color: rgb(212,33,104); }
div.DivClassName
{
background-color: #D42168;
}
.BgClassName
{
background-color: #D42168;
}
</style>
border-color css
<style>
span { border-color: #D42168; }
span { border-color: rgb(212,33,104); }
td.TdClassName
{
border-color: #D42168;
}
.TagClassName
{
border-color: #D42168;
}
</style>