Shades of Deep Cerise #D12674
Tints of Deep Cerise #D12674
RGB
CMYK
RGB Variations
Color information
#D12674 (or 0xD12674) is known color: Deep Cerise. HEX triplet: D1, 26 and 74. RGB value is (209,38,116). Sum of RGB (Red+Green+Blue) = 209+38+116=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D12674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12674 is #2ED98B. Grayscale: #616161. Windows color (decimal): -3070348 or 7612113. OLE color: 7612113.
HSL color Cylindrical-coordinate representation of color #D12674: hue angle of 332.63º 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 #D12674 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 116 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.18 |
| HSL | 332.63º | 0.69% | 0.48% | - |
| HSV(B) | 332.63º | 0.82% | 0.82% | - |
| XYZ | 30.14 | 16.2 | 18.06 | - |
| YUV | 98.02 | 138.15 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 116 | 0 | 0.82 | 0.44 | 0.18 | 332.63 | 0.69 | 0.48 |
| Hex | D1 | 26 | 74 | 0 | 52 | 2C | 12 | 14D | 45 | 30 |
| Octal | 321 | 46 | 164 | 0 | 122 | 54 | 22 | 515 | 105 | 60 |
| Binary | 11010001 | 100110 | 1110100 | 0 | 1010010 | 101100 | 10010 | 101001101 | 1000101 | 110000 |
Color Harmonies of #D12674
Complementary color
Monochromatic Colors of #D12674
Black with #D12674
Text Example
Text Example
White with #D12674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12674; }
p { color: rgb(209,38,116); }
H1.HeaderClassName
{
color: #D12674;
}
.AnyTagClassName
{
color: #D12674;
}
</style>
background-color css
<style>
a { background-color: #D12674; }
a { background-color: rgb(209,38,116); }
div.DivClassName
{
background-color: #D12674;
}
.BgClassName
{
background-color: #D12674;
}
</style>
border-color css
<style>
span { border-color: #D12674; }
span { border-color: rgb(209,38,116); }
td.TdClassName
{
border-color: #D12674;
}
.TagClassName
{
border-color: #D12674;
}
</style>