Shades of Cerise #D12369
Tints of Cerise #D12369
RGB
CMYK
RGB Variations
Color information
#D12369 (or 0xD12369) is known color: Cerise. HEX triplet: D1, 23 and 69. RGB value is (209,35,105). Sum of RGB (Red+Green+Blue) = 209+35+105=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D12369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12369 is #2EDC96. Grayscale: #5E5E5E. Windows color (decimal): -3071127 or 6890449. OLE color: 6890449.
HSL color Cylindrical-coordinate representation of color #D12369: hue angle of 335.86º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12369 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 105 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.18 |
| HSL | 335.86º | 0.71% | 0.48% | - |
| HSV(B) | 335.86º | 0.83% | 0.82% | - |
| XYZ | 29.45 | 15.78 | 14.86 | - |
| YUV | 95.01 | 133.65 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 105 | 0 | 0.83 | 0.50 | 0.18 | 335.86 | 0.71 | 0.48 |
| Hex | D1 | 23 | 69 | 0 | 53 | 32 | 12 | 150 | 47 | 30 |
| Octal | 321 | 43 | 151 | 0 | 123 | 62 | 22 | 520 | 107 | 60 |
| Binary | 11010001 | 100011 | 1101001 | 0 | 1010011 | 110010 | 10010 | 101010000 | 1000111 | 110000 |
Color Harmonies of #D12369
Complementary color
Monochromatic Colors of #D12369
Black with #D12369
Text Example
Text Example
White with #D12369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12369; }
p { color: rgb(209,35,105); }
H1.HeaderClassName
{
color: #D12369;
}
.AnyTagClassName
{
color: #D12369;
}
</style>
background-color css
<style>
a { background-color: #D12369; }
a { background-color: rgb(209,35,105); }
div.DivClassName
{
background-color: #D12369;
}
.BgClassName
{
background-color: #D12369;
}
</style>
border-color css
<style>
span { border-color: #D12369; }
span { border-color: rgb(209,35,105); }
td.TdClassName
{
border-color: #D12369;
}
.TagClassName
{
border-color: #D12369;
}
</style>