Shades of Cerise #D12658
Tints of Cerise #D12658
RGB
CMYK
RGB Variations
Color information
#D12658 (or 0xD12658) is known color: Cerise. HEX triplet: D1, 26 and 58. RGB value is (209,38,88). Sum of RGB (Red+Green+Blue) = 209+38+88=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D12658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12658 is #2ED9A7. Grayscale: #5E5E5E. Windows color (decimal): -3070376 or 5777105. OLE color: 5777105.
HSL color Cylindrical-coordinate representation of color #D12658: hue angle of 342.46º 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 #D12658 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 88 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.18 |
| HSL | 342.46º | 0.69% | 0.48% | - |
| HSV(B) | 342.46º | 0.82% | 0.82% | - |
| XYZ | 28.75 | 15.65 | 10.74 | - |
| YUV | 94.83 | 124.15 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 88 | 0 | 0.82 | 0.58 | 0.18 | 342.46 | 0.69 | 0.48 |
| Hex | D1 | 26 | 58 | 0 | 52 | 3A | 12 | 156 | 45 | 30 |
| Octal | 321 | 46 | 130 | 0 | 122 | 72 | 22 | 526 | 105 | 60 |
| Binary | 11010001 | 100110 | 1011000 | 0 | 1010010 | 111010 | 10010 | 101010110 | 1000101 | 110000 |
Color Harmonies of #D12658
Complementary color
Monochromatic Colors of #D12658
Black with #D12658
Text Example
Text Example
White with #D12658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12658; }
p { color: rgb(209,38,88); }
H1.HeaderClassName
{
color: #D12658;
}
.AnyTagClassName
{
color: #D12658;
}
</style>
background-color css
<style>
a { background-color: #D12658; }
a { background-color: rgb(209,38,88); }
div.DivClassName
{
background-color: #D12658;
}
.BgClassName
{
background-color: #D12658;
}
</style>
border-color css
<style>
span { border-color: #D12658; }
span { border-color: rgb(209,38,88); }
td.TdClassName
{
border-color: #D12658;
}
.TagClassName
{
border-color: #D12658;
}
</style>