Shades of Cerise #D43462
Tints of Cerise #D43462
RGB
CMYK
RGB Variations
Color information
#D43462 (or 0xD43462) is known color: Cerise. HEX triplet: D4, 34 and 62. RGB value is (212,52,98). Sum of RGB (Red+Green+Blue) = 212+52+98=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D43462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43462 is #2BCB9D. Grayscale: #696969. Windows color (decimal): -2870174 or 6436052. OLE color: 6436052.
HSL color Cylindrical-coordinate representation of color #D43462: hue angle of 342.75º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43462 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 98 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.17 |
| HSL | 342.75º | 0.65% | 0.52% | - |
| HSV(B) | 342.75º | 0.75% | 0.83% | - |
| XYZ | 30.58 | 17.33 | 13.29 | - |
| YUV | 105.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 98 | 0 | 0.75 | 0.54 | 0.17 | 342.75 | 0.65 | 0.52 |
| Hex | D4 | 34 | 62 | 0 | 4B | 36 | 11 | 157 | 41 | 34 |
| Octal | 324 | 64 | 142 | 0 | 113 | 66 | 21 | 527 | 101 | 64 |
| Binary | 11010100 | 110100 | 1100010 | 0 | 1001011 | 110110 | 10001 | 101010111 | 1000001 | 110100 |
Color Harmonies of #D43462
Complementary color
Monochromatic Colors of #D43462
Black with #D43462
Text Example
Text Example
White with #D43462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43462; }
p { color: rgb(212,52,98); }
H1.HeaderClassName
{
color: #D43462;
}
.AnyTagClassName
{
color: #D43462;
}
</style>
background-color css
<style>
a { background-color: #D43462; }
a { background-color: rgb(212,52,98); }
div.DivClassName
{
background-color: #D43462;
}
.BgClassName
{
background-color: #D43462;
}
</style>
border-color css
<style>
span { border-color: #D43462; }
span { border-color: rgb(212,52,98); }
td.TdClassName
{
border-color: #D43462;
}
.TagClassName
{
border-color: #D43462;
}
</style>