Shades of Cerise #D12B5C
Tints of Cerise #D12B5C
RGB
CMYK
RGB Variations
Color information
#D12B5C (or 0xD12B5C) is known color: Cerise. HEX triplet: D1, 2B and 5C. RGB value is (209,43,92). Sum of RGB (Red+Green+Blue) = 209+43+92=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12B5C is #2ED4A3. Grayscale: #626262. Windows color (decimal): -3069092 or 6040529. OLE color: 6040529.
HSL color Cylindrical-coordinate representation of color #D12B5C: hue angle of 342.29º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12B5C is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 92 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.18 |
| HSL | 342.29º | 0.66% | 0.49% | - |
| HSV(B) | 342.29º | 0.79% | 0.82% | - |
| XYZ | 29.09 | 16.06 | 11.69 | - |
| YUV | 98.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 92 | 0 | 0.79 | 0.56 | 0.18 | 342.29 | 0.66 | 0.49 |
| Hex | D1 | 2B | 5C | 0 | 4F | 38 | 12 | 156 | 42 | 31 |
| Octal | 321 | 53 | 134 | 0 | 117 | 70 | 22 | 526 | 102 | 61 |
| Binary | 11010001 | 101011 | 1011100 | 0 | 1001111 | 111000 | 10010 | 101010110 | 1000010 | 110001 |
Color Harmonies of #D12B5C
Complementary color
Monochromatic Colors of #D12B5C
Black with #D12B5C
Text Example
Text Example
White with #D12B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B5C; }
p { color: rgb(209,43,92); }
H1.HeaderClassName
{
color: #D12B5C;
}
.AnyTagClassName
{
color: #D12B5C;
}
</style>
background-color css
<style>
a { background-color: #D12B5C; }
a { background-color: rgb(209,43,92); }
div.DivClassName
{
background-color: #D12B5C;
}
.BgClassName
{
background-color: #D12B5C;
}
</style>
border-color css
<style>
span { border-color: #D12B5C; }
span { border-color: rgb(209,43,92); }
td.TdClassName
{
border-color: #D12B5C;
}
.TagClassName
{
border-color: #D12B5C;
}
</style>