Shades of Cerise #D12B5B
Tints of Cerise #D12B5B
RGB
CMYK
RGB Variations
Color information
#D12B5B (or 0xD12B5B) is known color: Cerise. HEX triplet: D1, 2B and 5B. RGB value is (209,43,91). Sum of RGB (Red+Green+Blue) = 209+43+91=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12B5B is #2ED4A4. Grayscale: #626262. Windows color (decimal): -3069093 or 5974993. OLE color: 5974993.
HSL color Cylindrical-coordinate representation of color #D12B5B: hue angle of 342.65º 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 #D12B5B is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 91 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.18 |
| HSL | 342.65º | 0.66% | 0.49% | - |
| HSV(B) | 342.65º | 0.79% | 0.82% | - |
| XYZ | 29.05 | 16.04 | 11.46 | - |
| YUV | 98.11 | 124 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 91 | 0 | 0.79 | 0.56 | 0.18 | 342.65 | 0.66 | 0.49 |
| Hex | D1 | 2B | 5B | 0 | 4F | 38 | 12 | 157 | 42 | 31 |
| Octal | 321 | 53 | 133 | 0 | 117 | 70 | 22 | 527 | 102 | 61 |
| Binary | 11010001 | 101011 | 1011011 | 0 | 1001111 | 111000 | 10010 | 101010111 | 1000010 | 110001 |
Color Harmonies of #D12B5B
Complementary color
Monochromatic Colors of #D12B5B
Black with #D12B5B
Text Example
Text Example
White with #D12B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B5B; }
p { color: rgb(209,43,91); }
H1.HeaderClassName
{
color: #D12B5B;
}
.AnyTagClassName
{
color: #D12B5B;
}
</style>
background-color css
<style>
a { background-color: #D12B5B; }
a { background-color: rgb(209,43,91); }
div.DivClassName
{
background-color: #D12B5B;
}
.BgClassName
{
background-color: #D12B5B;
}
</style>
border-color css
<style>
span { border-color: #D12B5B; }
span { border-color: rgb(209,43,91); }
td.TdClassName
{
border-color: #D12B5B;
}
.TagClassName
{
border-color: #D12B5B;
}
</style>