Shades of Cerise #D12C5D
Tints of Cerise #D12C5D
RGB
CMYK
RGB Variations
Color information
#D12C5D (or 0xD12C5D) is known color: Cerise. HEX triplet: D1, 2C and 5D. RGB value is (209,44,93). Sum of RGB (Red+Green+Blue) = 209+44+93=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12C5D is #2ED3A2. Grayscale: #626262. Windows color (decimal): -3068835 or 6106321. OLE color: 6106321.
HSL color Cylindrical-coordinate representation of color #D12C5D: hue angle of 342.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12C5D is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 93 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.18 |
| HSL | 342.18º | 0.65% | 0.5% | - |
| HSV(B) | 342.18º | 0.79% | 0.82% | - |
| XYZ | 29.17 | 16.15 | 11.94 | - |
| YUV | 98.92 | 124.66 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 93 | 0 | 0.79 | 0.56 | 0.18 | 342.18 | 0.65 | 0.5 |
| Hex | D1 | 2C | 5D | 0 | 4F | 38 | 12 | 156 | 41 | 32 |
| Octal | 321 | 54 | 135 | 0 | 117 | 70 | 22 | 526 | 101 | 62 |
| Binary | 11010001 | 101100 | 1011101 | 0 | 1001111 | 111000 | 10010 | 101010110 | 1000001 | 110010 |
Color Harmonies of #D12C5D
Complementary color
Monochromatic Colors of #D12C5D
Black with #D12C5D
Text Example
Text Example
White with #D12C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12C5D; }
p { color: rgb(209,44,93); }
H1.HeaderClassName
{
color: #D12C5D;
}
.AnyTagClassName
{
color: #D12C5D;
}
</style>
background-color css
<style>
a { background-color: #D12C5D; }
a { background-color: rgb(209,44,93); }
div.DivClassName
{
background-color: #D12C5D;
}
.BgClassName
{
background-color: #D12C5D;
}
</style>
border-color css
<style>
span { border-color: #D12C5D; }
span { border-color: rgb(209,44,93); }
td.TdClassName
{
border-color: #D12C5D;
}
.TagClassName
{
border-color: #D12C5D;
}
</style>