Shades of Cerise #D13672
Tints of Cerise #D13672
RGB
CMYK
RGB Variations
Color information
#D13672 (or 0xD13672) is known color: Cerise. HEX triplet: D1, 36 and 72. RGB value is (209,54,114). Sum of RGB (Red+Green+Blue) = 209+54+114=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D13672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13672 is #2EC98D. Grayscale: #6B6B6B. Windows color (decimal): -3066254 or 7485137. OLE color: 7485137.
HSL color Cylindrical-coordinate representation of color #D13672: hue angle of 336.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13672 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 114 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.18 |
| HSL | 336.77º | 0.63% | 0.52% | - |
| HSV(B) | 336.77º | 0.74% | 0.82% | - |
| XYZ | 30.65 | 17.41 | 17.66 | - |
| YUV | 107.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 114 | 0 | 0.74 | 0.45 | 0.18 | 336.77 | 0.63 | 0.52 |
| Hex | D1 | 36 | 72 | 0 | 4A | 2D | 12 | 151 | 3F | 34 |
| Octal | 321 | 66 | 162 | 0 | 112 | 55 | 22 | 521 | 77 | 64 |
| Binary | 11010001 | 110110 | 1110010 | 0 | 1001010 | 101101 | 10010 | 101010001 | 111111 | 110100 |
Color Harmonies of #D13672
Complementary color
Monochromatic Colors of #D13672
Black with #D13672
Text Example
Text Example
White with #D13672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13672; }
p { color: rgb(209,54,114); }
H1.HeaderClassName
{
color: #D13672;
}
.AnyTagClassName
{
color: #D13672;
}
</style>
background-color css
<style>
a { background-color: #D13672; }
a { background-color: rgb(209,54,114); }
div.DivClassName
{
background-color: #D13672;
}
.BgClassName
{
background-color: #D13672;
}
</style>
border-color css
<style>
span { border-color: #D13672; }
span { border-color: rgb(209,54,114); }
td.TdClassName
{
border-color: #D13672;
}
.TagClassName
{
border-color: #D13672;
}
</style>