Shades of Cerise #D12A6D
Tints of Cerise #D12A6D
RGB
CMYK
RGB Variations
Color information
#D12A6D (or 0xD12A6D) is known color: Cerise. HEX triplet: D1, 2A and 6D. RGB value is (209,42,109). Sum of RGB (Red+Green+Blue) = 209+42+109=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12A6D is #2ED592. Grayscale: #636363. Windows color (decimal): -3069331 or 7154385. OLE color: 7154385.
HSL color Cylindrical-coordinate representation of color #D12A6D: hue angle of 335.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A6D is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 109 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.18 |
| HSL | 335.93º | 0.67% | 0.49% | - |
| HSV(B) | 335.93º | 0.8% | 0.82% | - |
| XYZ | 29.88 | 16.32 | 16.04 | - |
| YUV | 99.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 109 | 0 | 0.80 | 0.48 | 0.18 | 335.93 | 0.67 | 0.49 |
| Hex | D1 | 2A | 6D | 0 | 50 | 30 | 12 | 150 | 43 | 31 |
| Octal | 321 | 52 | 155 | 0 | 120 | 60 | 22 | 520 | 103 | 61 |
| Binary | 11010001 | 101010 | 1101101 | 0 | 1010000 | 110000 | 10010 | 101010000 | 1000011 | 110001 |
Color Harmonies of #D12A6D
Complementary color
Monochromatic Colors of #D12A6D
Black with #D12A6D
Text Example
Text Example
White with #D12A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A6D; }
p { color: rgb(209,42,109); }
H1.HeaderClassName
{
color: #D12A6D;
}
.AnyTagClassName
{
color: #D12A6D;
}
</style>
background-color css
<style>
a { background-color: #D12A6D; }
a { background-color: rgb(209,42,109); }
div.DivClassName
{
background-color: #D12A6D;
}
.BgClassName
{
background-color: #D12A6D;
}
</style>
border-color css
<style>
span { border-color: #D12A6D; }
span { border-color: rgb(209,42,109); }
td.TdClassName
{
border-color: #D12A6D;
}
.TagClassName
{
border-color: #D12A6D;
}
</style>