Shades of Cerise #D12672
Tints of Cerise #D12672
RGB
CMYK
RGB Variations
Color information
#D12672 (or 0xD12672) is known color: Cerise. HEX triplet: D1, 26 and 72. RGB value is (209,38,114). Sum of RGB (Red+Green+Blue) = 209+38+114=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D12672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12672 is #2ED98D. Grayscale: #616161. Windows color (decimal): -3070350 or 7481041. OLE color: 7481041.
HSL color Cylindrical-coordinate representation of color #D12672: hue angle of 333.33º 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 #D12672 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 114 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.18 |
| HSL | 333.33º | 0.69% | 0.48% | - |
| HSV(B) | 333.33º | 0.82% | 0.82% | - |
| XYZ | 30.02 | 16.16 | 17.46 | - |
| YUV | 97.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 114 | 0 | 0.82 | 0.45 | 0.18 | 333.33 | 0.69 | 0.48 |
| Hex | D1 | 26 | 72 | 0 | 52 | 2D | 12 | 14D | 45 | 30 |
| Octal | 321 | 46 | 162 | 0 | 122 | 55 | 22 | 515 | 105 | 60 |
| Binary | 11010001 | 100110 | 1110010 | 0 | 1010010 | 101101 | 10010 | 101001101 | 1000101 | 110000 |
Color Harmonies of #D12672
Complementary color
Monochromatic Colors of #D12672
Black with #D12672
Text Example
Text Example
White with #D12672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12672; }
p { color: rgb(209,38,114); }
H1.HeaderClassName
{
color: #D12672;
}
.AnyTagClassName
{
color: #D12672;
}
</style>
background-color css
<style>
a { background-color: #D12672; }
a { background-color: rgb(209,38,114); }
div.DivClassName
{
background-color: #D12672;
}
.BgClassName
{
background-color: #D12672;
}
</style>
border-color css
<style>
span { border-color: #D12672; }
span { border-color: rgb(209,38,114); }
td.TdClassName
{
border-color: #D12672;
}
.TagClassName
{
border-color: #D12672;
}
</style>