Shades of Cerise #D12B5D
Tints of Cerise #D12B5D
RGB
CMYK
RGB Variations
Color information
#D12B5D (or 0xD12B5D) is known color: Cerise. HEX triplet: D1, 2B and 5D. RGB value is (209,43,93). Sum of RGB (Red+Green+Blue) = 209+43+93=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12B5D is #2ED4A2. Grayscale: #626262. Windows color (decimal): -3069091 or 6106065. OLE color: 6106065.
HSL color Cylindrical-coordinate representation of color #D12B5D: hue angle of 341.93º 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 #D12B5D is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 93 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.18 |
| HSL | 341.93º | 0.66% | 0.49% | - |
| HSV(B) | 341.93º | 0.79% | 0.82% | - |
| XYZ | 29.13 | 16.07 | 11.92 | - |
| YUV | 98.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 93 | 0 | 0.79 | 0.56 | 0.18 | 341.93 | 0.66 | 0.49 |
| Hex | D1 | 2B | 5D | 0 | 4F | 38 | 12 | 156 | 42 | 31 |
| Octal | 321 | 53 | 135 | 0 | 117 | 70 | 22 | 526 | 102 | 61 |
| Binary | 11010001 | 101011 | 1011101 | 0 | 1001111 | 111000 | 10010 | 101010110 | 1000010 | 110001 |
Color Harmonies of #D12B5D
Complementary color
Monochromatic Colors of #D12B5D
Black with #D12B5D
Text Example
Text Example
White with #D12B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B5D; }
p { color: rgb(209,43,93); }
H1.HeaderClassName
{
color: #D12B5D;
}
.AnyTagClassName
{
color: #D12B5D;
}
</style>
background-color css
<style>
a { background-color: #D12B5D; }
a { background-color: rgb(209,43,93); }
div.DivClassName
{
background-color: #D12B5D;
}
.BgClassName
{
background-color: #D12B5D;
}
</style>
border-color css
<style>
span { border-color: #D12B5D; }
span { border-color: rgb(209,43,93); }
td.TdClassName
{
border-color: #D12B5D;
}
.TagClassName
{
border-color: #D12B5D;
}
</style>