Shades of Cerise #D12D6C
Tints of Cerise #D12D6C
RGB
CMYK
RGB Variations
Color information
#D12D6C (or 0xD12D6C) is known color: Cerise. HEX triplet: D1, 2D and 6C. RGB value is (209,45,108). Sum of RGB (Red+Green+Blue) = 209+45+108=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D6C is #2ED293. Grayscale: #656565. Windows color (decimal): -3068564 or 7089617. OLE color: 7089617.
HSL color Cylindrical-coordinate representation of color #D12D6C: hue angle of 336.95º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D6C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 108 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.18 |
| HSL | 336.95º | 0.65% | 0.5% | - |
| HSV(B) | 336.95º | 0.78% | 0.82% | - |
| XYZ | 29.94 | 16.51 | 15.8 | - |
| YUV | 101.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 108 | 0 | 0.78 | 0.48 | 0.18 | 336.95 | 0.65 | 0.5 |
| Hex | D1 | 2D | 6C | 0 | 4E | 30 | 12 | 151 | 41 | 32 |
| Octal | 321 | 55 | 154 | 0 | 116 | 60 | 22 | 521 | 101 | 62 |
| Binary | 11010001 | 101101 | 1101100 | 0 | 1001110 | 110000 | 10010 | 101010001 | 1000001 | 110010 |
Color Harmonies of #D12D6C
Complementary color
Monochromatic Colors of #D12D6C
Black with #D12D6C
Text Example
Text Example
White with #D12D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D6C; }
p { color: rgb(209,45,108); }
H1.HeaderClassName
{
color: #D12D6C;
}
.AnyTagClassName
{
color: #D12D6C;
}
</style>
background-color css
<style>
a { background-color: #D12D6C; }
a { background-color: rgb(209,45,108); }
div.DivClassName
{
background-color: #D12D6C;
}
.BgClassName
{
background-color: #D12D6C;
}
</style>
border-color css
<style>
span { border-color: #D12D6C; }
span { border-color: rgb(209,45,108); }
td.TdClassName
{
border-color: #D12D6C;
}
.TagClassName
{
border-color: #D12D6C;
}
</style>