Shades of Cerise #D12665
Tints of Cerise #D12665
RGB
CMYK
RGB Variations
Color information
#D12665 (or 0xD12665) is known color: Cerise. HEX triplet: D1, 26 and 65. RGB value is (209,38,101). Sum of RGB (Red+Green+Blue) = 209+38+101=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D12665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12665 is #2ED99A. Grayscale: #606060. Windows color (decimal): -3070363 or 6629073. OLE color: 6629073.
HSL color Cylindrical-coordinate representation of color #D12665: hue angle of 337.89º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12665 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 101 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.18 |
| HSL | 337.89º | 0.69% | 0.48% | - |
| HSV(B) | 337.89º | 0.82% | 0.82% | - |
| XYZ | 29.34 | 15.88 | 13.83 | - |
| YUV | 96.31 | 130.65 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 101 | 0 | 0.82 | 0.52 | 0.18 | 337.89 | 0.69 | 0.48 |
| Hex | D1 | 26 | 65 | 0 | 52 | 34 | 12 | 152 | 45 | 30 |
| Octal | 321 | 46 | 145 | 0 | 122 | 64 | 22 | 522 | 105 | 60 |
| Binary | 11010001 | 100110 | 1100101 | 0 | 1010010 | 110100 | 10010 | 101010010 | 1000101 | 110000 |
Color Harmonies of #D12665
Complementary color
Monochromatic Colors of #D12665
Black with #D12665
Text Example
Text Example
White with #D12665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12665; }
p { color: rgb(209,38,101); }
H1.HeaderClassName
{
color: #D12665;
}
.AnyTagClassName
{
color: #D12665;
}
</style>
background-color css
<style>
a { background-color: #D12665; }
a { background-color: rgb(209,38,101); }
div.DivClassName
{
background-color: #D12665;
}
.BgClassName
{
background-color: #D12665;
}
</style>
border-color css
<style>
span { border-color: #D12665; }
span { border-color: rgb(209,38,101); }
td.TdClassName
{
border-color: #D12665;
}
.TagClassName
{
border-color: #D12665;
}
</style>