Shades of Cerise #D12D58
Tints of Cerise #D12D58
RGB
CMYK
RGB Variations
Color information
#D12D58 (or 0xD12D58) is known color: Cerise. HEX triplet: D1, 2D and 58. RGB value is (209,45,88). Sum of RGB (Red+Green+Blue) = 209+45+88=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D58 is #2ED2A7. Grayscale: #626262. Windows color (decimal): -3068584 or 5778897. OLE color: 5778897.
HSL color Cylindrical-coordinate representation of color #D12D58: hue angle of 344.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D58 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 88 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.18 |
| HSL | 344.27º | 0.65% | 0.5% | - |
| HSV(B) | 344.27º | 0.78% | 0.82% | - |
| XYZ | 28.99 | 16.14 | 10.82 | - |
| YUV | 98.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 88 | 0 | 0.78 | 0.58 | 0.18 | 344.27 | 0.65 | 0.5 |
| Hex | D1 | 2D | 58 | 0 | 4E | 3A | 12 | 158 | 41 | 32 |
| Octal | 321 | 55 | 130 | 0 | 116 | 72 | 22 | 530 | 101 | 62 |
| Binary | 11010001 | 101101 | 1011000 | 0 | 1001110 | 111010 | 10010 | 101011000 | 1000001 | 110010 |
Color Harmonies of #D12D58
Complementary color
Monochromatic Colors of #D12D58
Black with #D12D58
Text Example
Text Example
White with #D12D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D58; }
p { color: rgb(209,45,88); }
H1.HeaderClassName
{
color: #D12D58;
}
.AnyTagClassName
{
color: #D12D58;
}
</style>
background-color css
<style>
a { background-color: #D12D58; }
a { background-color: rgb(209,45,88); }
div.DivClassName
{
background-color: #D12D58;
}
.BgClassName
{
background-color: #D12D58;
}
</style>
border-color css
<style>
span { border-color: #D12D58; }
span { border-color: rgb(209,45,88); }
td.TdClassName
{
border-color: #D12D58;
}
.TagClassName
{
border-color: #D12D58;
}
</style>