Shades of Cerise #D12B5A
Tints of Cerise #D12B5A
RGB
CMYK
RGB Variations
Color information
#D12B5A (or 0xD12B5A) is known color: Cerise. HEX triplet: D1, 2B and 5A. RGB value is (209,43,90). Sum of RGB (Red+Green+Blue) = 209+43+90=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12B5A is #2ED4A5. Grayscale: #616161. Windows color (decimal): -3069094 or 5909457. OLE color: 5909457.
HSL color Cylindrical-coordinate representation of color #D12B5A: hue angle of 343.01º 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 #D12B5A is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 90 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.18 |
| HSL | 343.01º | 0.66% | 0.49% | - |
| HSV(B) | 343.01º | 0.79% | 0.82% | - |
| XYZ | 29 | 16.02 | 11.24 | - |
| YUV | 97.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 90 | 0 | 0.79 | 0.57 | 0.18 | 343.01 | 0.66 | 0.49 |
| Hex | D1 | 2B | 5A | 0 | 4F | 39 | 12 | 157 | 42 | 31 |
| Octal | 321 | 53 | 132 | 0 | 117 | 71 | 22 | 527 | 102 | 61 |
| Binary | 11010001 | 101011 | 1011010 | 0 | 1001111 | 111001 | 10010 | 101010111 | 1000010 | 110001 |
Color Harmonies of #D12B5A
Complementary color
Monochromatic Colors of #D12B5A
Black with #D12B5A
Text Example
Text Example
White with #D12B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B5A; }
p { color: rgb(209,43,90); }
H1.HeaderClassName
{
color: #D12B5A;
}
.AnyTagClassName
{
color: #D12B5A;
}
</style>
background-color css
<style>
a { background-color: #D12B5A; }
a { background-color: rgb(209,43,90); }
div.DivClassName
{
background-color: #D12B5A;
}
.BgClassName
{
background-color: #D12B5A;
}
</style>
border-color css
<style>
span { border-color: #D12B5A; }
span { border-color: rgb(209,43,90); }
td.TdClassName
{
border-color: #D12B5A;
}
.TagClassName
{
border-color: #D12B5A;
}
</style>