Shades of Cerise #D12365
Tints of Cerise #D12365
RGB
CMYK
RGB Variations
Color information
#D12365 (or 0xD12365) is known color: Cerise. HEX triplet: D1, 23 and 65. RGB value is (209,35,101). Sum of RGB (Red+Green+Blue) = 209+35+101=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D12365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12365 is #2EDC9A. Grayscale: #5E5E5E. Windows color (decimal): -3071131 or 6628305. OLE color: 6628305.
HSL color Cylindrical-coordinate representation of color #D12365: hue angle of 337.24º 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 #D12365 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 101 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.18 |
| HSL | 337.24º | 0.71% | 0.48% | - |
| HSV(B) | 337.24º | 0.83% | 0.82% | - |
| XYZ | 29.24 | 15.7 | 13.8 | - |
| YUV | 94.55 | 131.65 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 101 | 0 | 0.83 | 0.52 | 0.18 | 337.24 | 0.71 | 0.48 |
| Hex | D1 | 23 | 65 | 0 | 53 | 34 | 12 | 151 | 47 | 30 |
| Octal | 321 | 43 | 145 | 0 | 123 | 64 | 22 | 521 | 107 | 60 |
| Binary | 11010001 | 100011 | 1100101 | 0 | 1010011 | 110100 | 10010 | 101010001 | 1000111 | 110000 |
Color Harmonies of #D12365
Complementary color
Monochromatic Colors of #D12365
Black with #D12365
Text Example
Text Example
White with #D12365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12365; }
p { color: rgb(209,35,101); }
H1.HeaderClassName
{
color: #D12365;
}
.AnyTagClassName
{
color: #D12365;
}
</style>
background-color css
<style>
a { background-color: #D12365; }
a { background-color: rgb(209,35,101); }
div.DivClassName
{
background-color: #D12365;
}
.BgClassName
{
background-color: #D12365;
}
</style>
border-color css
<style>
span { border-color: #D12365; }
span { border-color: rgb(209,35,101); }
td.TdClassName
{
border-color: #D12365;
}
.TagClassName
{
border-color: #D12365;
}
</style>