Shades of Cerise #D42263
Tints of Cerise #D42263
RGB
CMYK
RGB Variations
Color information
#D42263 (or 0xD42263) is known color: Cerise. HEX triplet: D4, 22 and 63. RGB value is (212,34,99). Sum of RGB (Red+Green+Blue) = 212+34+99=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D42263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42263 is #2BDD9C. Grayscale: #5E5E5E. Windows color (decimal): -2874781 or 6496980. OLE color: 6496980.
HSL color Cylindrical-coordinate representation of color #D42263: hue angle of 338.09º degrees, saturation: 0.72, 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 #D42263 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 99 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.17 |
| HSL | 338.09º | 0.72% | 0.48% | - |
| HSV(B) | 338.09º | 0.84% | 0.83% | - |
| XYZ | 29.98 | 16.04 | 13.32 | - |
| YUV | 94.63 | 130.47 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 99 | 0 | 0.84 | 0.53 | 0.17 | 338.09 | 0.72 | 0.48 |
| Hex | D4 | 22 | 63 | 0 | 54 | 35 | 11 | 152 | 48 | 30 |
| Octal | 324 | 42 | 143 | 0 | 124 | 65 | 21 | 522 | 110 | 60 |
| Binary | 11010100 | 100010 | 1100011 | 0 | 1010100 | 110101 | 10001 | 101010010 | 1001000 | 110000 |
Color Harmonies of #D42263
Complementary color
Monochromatic Colors of #D42263
Black with #D42263
Text Example
Text Example
White with #D42263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42263; }
p { color: rgb(212,34,99); }
H1.HeaderClassName
{
color: #D42263;
}
.AnyTagClassName
{
color: #D42263;
}
</style>
background-color css
<style>
a { background-color: #D42263; }
a { background-color: rgb(212,34,99); }
div.DivClassName
{
background-color: #D42263;
}
.BgClassName
{
background-color: #D42263;
}
</style>
border-color css
<style>
span { border-color: #D42263; }
span { border-color: rgb(212,34,99); }
td.TdClassName
{
border-color: #D42263;
}
.TagClassName
{
border-color: #D42263;
}
</style>