Shades of Cerise #D12D5C
Tints of Cerise #D12D5C
RGB
CMYK
RGB Variations
Color information
#D12D5C (or 0xD12D5C) is known color: Cerise. HEX triplet: D1, 2D and 5C. RGB value is (209,45,92). Sum of RGB (Red+Green+Blue) = 209+45+92=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D5C is #2ED2A3. Grayscale: #636363. Windows color (decimal): -3068580 or 6041041. OLE color: 6041041.
HSL color Cylindrical-coordinate representation of color #D12D5C: hue angle of 342.8º 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 #D12D5C is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 92 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.18 |
| HSL | 342.8º | 0.65% | 0.5% | - |
| HSV(B) | 342.8º | 0.78% | 0.82% | - |
| XYZ | 29.16 | 16.2 | 11.72 | - |
| YUV | 99.39 | 123.83 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 92 | 0 | 0.78 | 0.56 | 0.18 | 342.8 | 0.65 | 0.5 |
| Hex | D1 | 2D | 5C | 0 | 4E | 38 | 12 | 157 | 41 | 32 |
| Octal | 321 | 55 | 134 | 0 | 116 | 70 | 22 | 527 | 101 | 62 |
| Binary | 11010001 | 101101 | 1011100 | 0 | 1001110 | 111000 | 10010 | 101010111 | 1000001 | 110010 |
Color Harmonies of #D12D5C
Complementary color
Monochromatic Colors of #D12D5C
Black with #D12D5C
Text Example
Text Example
White with #D12D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D5C; }
p { color: rgb(209,45,92); }
H1.HeaderClassName
{
color: #D12D5C;
}
.AnyTagClassName
{
color: #D12D5C;
}
</style>
background-color css
<style>
a { background-color: #D12D5C; }
a { background-color: rgb(209,45,92); }
div.DivClassName
{
background-color: #D12D5C;
}
.BgClassName
{
background-color: #D12D5C;
}
</style>
border-color css
<style>
span { border-color: #D12D5C; }
span { border-color: rgb(209,45,92); }
td.TdClassName
{
border-color: #D12D5C;
}
.TagClassName
{
border-color: #D12D5C;
}
</style>