Shades of Cerise #D43258
Tints of Cerise #D43258
RGB
CMYK
RGB Variations
Color information
#D43258 (or 0xD43258) is known color: Cerise. HEX triplet: D4, 32 and 58. RGB value is (212,50,88). Sum of RGB (Red+Green+Blue) = 212+50+88=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D43258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43258 is #2BCDA7. Grayscale: #666666. Windows color (decimal): -2870696 or 5780180. OLE color: 5780180.
HSL color Cylindrical-coordinate representation of color #D43258: hue angle of 345.93º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43258 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 88 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.17 |
| HSL | 345.93º | 0.65% | 0.51% | - |
| HSV(B) | 345.93º | 0.76% | 0.83% | - |
| XYZ | 30.05 | 16.98 | 10.93 | - |
| YUV | 102.77 | 119.67 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 88 | 0 | 0.76 | 0.58 | 0.17 | 345.93 | 0.65 | 0.51 |
| Hex | D4 | 32 | 58 | 0 | 4C | 3A | 11 | 15A | 41 | 33 |
| Octal | 324 | 62 | 130 | 0 | 114 | 72 | 21 | 532 | 101 | 63 |
| Binary | 11010100 | 110010 | 1011000 | 0 | 1001100 | 111010 | 10001 | 101011010 | 1000001 | 110011 |
Color Harmonies of #D43258
Complementary color
Monochromatic Colors of #D43258
Black with #D43258
Text Example
Text Example
White with #D43258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43258; }
p { color: rgb(212,50,88); }
H1.HeaderClassName
{
color: #D43258;
}
.AnyTagClassName
{
color: #D43258;
}
</style>
background-color css
<style>
a { background-color: #D43258; }
a { background-color: rgb(212,50,88); }
div.DivClassName
{
background-color: #D43258;
}
.BgClassName
{
background-color: #D43258;
}
</style>
border-color css
<style>
span { border-color: #D43258; }
span { border-color: rgb(212,50,88); }
td.TdClassName
{
border-color: #D43258;
}
.TagClassName
{
border-color: #D43258;
}
</style>