Shades of Cerise #D12170
Tints of Cerise #D12170
RGB
CMYK
RGB Variations
Color information
#D12170 (or 0xD12170) is known color: Cerise. HEX triplet: D1, 21 and 70. RGB value is (209,33,112). Sum of RGB (Red+Green+Blue) = 209+33+112=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D12170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12170 is #2EDE8F. Grayscale: #5E5E5E. Windows color (decimal): -3071632 or 7348689. OLE color: 7348689.
HSL color Cylindrical-coordinate representation of color #D12170: hue angle of 333.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12170 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 112 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.18 |
| HSL | 333.07º | 0.73% | 0.47% | - |
| HSV(B) | 333.07º | 0.84% | 0.82% | - |
| XYZ | 29.76 | 15.81 | 16.81 | - |
| YUV | 94.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 112 | 0 | 0.84 | 0.46 | 0.18 | 333.07 | 0.73 | 0.47 |
| Hex | D1 | 21 | 70 | 0 | 54 | 2E | 12 | 14D | 49 | 2F |
| Octal | 321 | 41 | 160 | 0 | 124 | 56 | 22 | 515 | 111 | 57 |
| Binary | 11010001 | 100001 | 1110000 | 0 | 1010100 | 101110 | 10010 | 101001101 | 1001001 | 101111 |
Color Harmonies of #D12170
Complementary color
Monochromatic Colors of #D12170
Black with #D12170
Text Example
Text Example
White with #D12170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12170; }
p { color: rgb(209,33,112); }
H1.HeaderClassName
{
color: #D12170;
}
.AnyTagClassName
{
color: #D12170;
}
</style>
background-color css
<style>
a { background-color: #D12170; }
a { background-color: rgb(209,33,112); }
div.DivClassName
{
background-color: #D12170;
}
.BgClassName
{
background-color: #D12170;
}
</style>
border-color css
<style>
span { border-color: #D12170; }
span { border-color: rgb(209,33,112); }
td.TdClassName
{
border-color: #D12170;
}
.TagClassName
{
border-color: #D12170;
}
</style>