Shades of Cerise #D12863
Tints of Cerise #D12863
RGB
CMYK
RGB Variations
Color information
#D12863 (or 0xD12863) is known color: Cerise. HEX triplet: D1, 28 and 63. RGB value is (209,40,99). Sum of RGB (Red+Green+Blue) = 209+40+99=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D12863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12863 is #2ED79C. Grayscale: #616161. Windows color (decimal): -3069853 or 6498513. OLE color: 6498513.
HSL color Cylindrical-coordinate representation of color #D12863: hue angle of 339.05º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12863 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 99 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.18 |
| HSL | 339.05º | 0.68% | 0.49% | - |
| HSV(B) | 339.05º | 0.81% | 0.82% | - |
| XYZ | 29.31 | 15.97 | 13.34 | - |
| YUV | 97.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 99 | 0 | 0.81 | 0.53 | 0.18 | 339.05 | 0.68 | 0.49 |
| Hex | D1 | 28 | 63 | 0 | 51 | 35 | 12 | 153 | 44 | 31 |
| Octal | 321 | 50 | 143 | 0 | 121 | 65 | 22 | 523 | 104 | 61 |
| Binary | 11010001 | 101000 | 1100011 | 0 | 1010001 | 110101 | 10010 | 101010011 | 1000100 | 110001 |
Color Harmonies of #D12863
Complementary color
Monochromatic Colors of #D12863
Black with #D12863
Text Example
Text Example
White with #D12863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12863; }
p { color: rgb(209,40,99); }
H1.HeaderClassName
{
color: #D12863;
}
.AnyTagClassName
{
color: #D12863;
}
</style>
background-color css
<style>
a { background-color: #D12863; }
a { background-color: rgb(209,40,99); }
div.DivClassName
{
background-color: #D12863;
}
.BgClassName
{
background-color: #D12863;
}
</style>
border-color css
<style>
span { border-color: #D12863; }
span { border-color: rgb(209,40,99); }
td.TdClassName
{
border-color: #D12863;
}
.TagClassName
{
border-color: #D12863;
}
</style>