Shades of Cerise #D42B6B
Tints of Cerise #D42B6B
RGB
CMYK
RGB Variations
Color information
#D42B6B (or 0xD42B6B) is known color: Cerise. HEX triplet: D4, 2B and 6B. RGB value is (212,43,107). Sum of RGB (Red+Green+Blue) = 212+43+107=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42B6B is #2BD494. Grayscale: #646464. Windows color (decimal): -2872469 or 7023572. OLE color: 7023572.
HSL color Cylindrical-coordinate representation of color #D42B6B: hue angle of 337.28º degrees, saturation: 0.66, 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 #D42B6B is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 107 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.17 |
| HSL | 337.28º | 0.66% | 0.5% | - |
| HSV(B) | 337.28º | 0.8% | 0.83% | - |
| XYZ | 30.67 | 16.79 | 15.53 | - |
| YUV | 100.83 | 131.49 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 107 | 0 | 0.80 | 0.50 | 0.17 | 337.28 | 0.66 | 0.5 |
| Hex | D4 | 2B | 6B | 0 | 50 | 32 | 11 | 151 | 42 | 32 |
| Octal | 324 | 53 | 153 | 0 | 120 | 62 | 21 | 521 | 102 | 62 |
| Binary | 11010100 | 101011 | 1101011 | 0 | 1010000 | 110010 | 10001 | 101010001 | 1000010 | 110010 |
Color Harmonies of #D42B6B
Complementary color
Monochromatic Colors of #D42B6B
Black with #D42B6B
Text Example
Text Example
White with #D42B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42B6B; }
p { color: rgb(212,43,107); }
H1.HeaderClassName
{
color: #D42B6B;
}
.AnyTagClassName
{
color: #D42B6B;
}
</style>
background-color css
<style>
a { background-color: #D42B6B; }
a { background-color: rgb(212,43,107); }
div.DivClassName
{
background-color: #D42B6B;
}
.BgClassName
{
background-color: #D42B6B;
}
</style>
border-color css
<style>
span { border-color: #D42B6B; }
span { border-color: rgb(212,43,107); }
td.TdClassName
{
border-color: #D42B6B;
}
.TagClassName
{
border-color: #D42B6B;
}
</style>