Shades of Cerise #D12458
Tints of Cerise #D12458
RGB
CMYK
RGB Variations
Color information
#D12458 (or 0xD12458) is known color: Cerise. HEX triplet: D1, 24 and 58. RGB value is (209,36,88). Sum of RGB (Red+Green+Blue) = 209+36+88=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D12458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12458 is #2EDBA7. Grayscale: #5D5D5D. Windows color (decimal): -3070888 or 5776593. OLE color: 5776593.
HSL color Cylindrical-coordinate representation of color #D12458: hue angle of 341.97º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12458 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 88 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.18 |
| HSL | 341.97º | 0.71% | 0.48% | - |
| HSV(B) | 341.97º | 0.83% | 0.82% | - |
| XYZ | 28.69 | 15.52 | 10.72 | - |
| YUV | 93.66 | 124.81 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 88 | 0 | 0.83 | 0.58 | 0.18 | 341.97 | 0.71 | 0.48 |
| Hex | D1 | 24 | 58 | 0 | 53 | 3A | 12 | 156 | 47 | 30 |
| Octal | 321 | 44 | 130 | 0 | 123 | 72 | 22 | 526 | 107 | 60 |
| Binary | 11010001 | 100100 | 1011000 | 0 | 1010011 | 111010 | 10010 | 101010110 | 1000111 | 110000 |
Color Harmonies of #D12458
Complementary color
Monochromatic Colors of #D12458
Black with #D12458
Text Example
Text Example
White with #D12458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12458; }
p { color: rgb(209,36,88); }
H1.HeaderClassName
{
color: #D12458;
}
.AnyTagClassName
{
color: #D12458;
}
</style>
background-color css
<style>
a { background-color: #D12458; }
a { background-color: rgb(209,36,88); }
div.DivClassName
{
background-color: #D12458;
}
.BgClassName
{
background-color: #D12458;
}
</style>
border-color css
<style>
span { border-color: #D12458; }
span { border-color: rgb(209,36,88); }
td.TdClassName
{
border-color: #D12458;
}
.TagClassName
{
border-color: #D12458;
}
</style>