Shades of Cerise #D42662
Tints of Cerise #D42662
RGB
CMYK
RGB Variations
Color information
#D42662 (or 0xD42662) is known color: Cerise. HEX triplet: D4, 26 and 62. RGB value is (212,38,98). Sum of RGB (Red+Green+Blue) = 212+38+98=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D42662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42662 is #2BD99D. Grayscale: #606060. Windows color (decimal): -2873758 or 6432468. OLE color: 6432468.
HSL color Cylindrical-coordinate representation of color #D42662: hue angle of 339.31º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42662 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 98 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.17 |
| HSL | 339.31º | 0.7% | 0.49% | - |
| HSV(B) | 339.31º | 0.82% | 0.83% | - |
| XYZ | 30.05 | 16.27 | 13.11 | - |
| YUV | 96.87 | 128.65 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 98 | 0 | 0.82 | 0.54 | 0.17 | 339.31 | 0.7 | 0.49 |
| Hex | D4 | 26 | 62 | 0 | 52 | 36 | 11 | 153 | 46 | 31 |
| Octal | 324 | 46 | 142 | 0 | 122 | 66 | 21 | 523 | 106 | 61 |
| Binary | 11010100 | 100110 | 1100010 | 0 | 1010010 | 110110 | 10001 | 101010011 | 1000110 | 110001 |
Color Harmonies of #D42662
Complementary color
Monochromatic Colors of #D42662
Black with #D42662
Text Example
Text Example
White with #D42662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42662; }
p { color: rgb(212,38,98); }
H1.HeaderClassName
{
color: #D42662;
}
.AnyTagClassName
{
color: #D42662;
}
</style>
background-color css
<style>
a { background-color: #D42662; }
a { background-color: rgb(212,38,98); }
div.DivClassName
{
background-color: #D42662;
}
.BgClassName
{
background-color: #D42662;
}
</style>
border-color css
<style>
span { border-color: #D42662; }
span { border-color: rgb(212,38,98); }
td.TdClassName
{
border-color: #D42662;
}
.TagClassName
{
border-color: #D42662;
}
</style>