Shades of Deep Cerise #D12574
Tints of Deep Cerise #D12574
RGB
CMYK
RGB Variations
Color information
#D12574 (or 0xD12574) is known color: Deep Cerise. HEX triplet: D1, 25 and 74. RGB value is (209,37,116). Sum of RGB (Red+Green+Blue) = 209+37+116=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D12574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12574 is #2EDA8B. Grayscale: #616161. Windows color (decimal): -3070604 or 7611857. OLE color: 7611857.
HSL color Cylindrical-coordinate representation of color #D12574: hue angle of 332.44º degrees, saturation: 0.7, 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 #D12574 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 116 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.18 |
| HSL | 332.44º | 0.7% | 0.48% | - |
| HSV(B) | 332.44º | 0.82% | 0.82% | - |
| XYZ | 30.11 | 16.14 | 18.05 | - |
| YUV | 97.43 | 138.48 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 116 | 0 | 0.82 | 0.44 | 0.18 | 332.44 | 0.7 | 0.48 |
| Hex | D1 | 25 | 74 | 0 | 52 | 2C | 12 | 14C | 46 | 30 |
| Octal | 321 | 45 | 164 | 0 | 122 | 54 | 22 | 514 | 106 | 60 |
| Binary | 11010001 | 100101 | 1110100 | 0 | 1010010 | 101100 | 10010 | 101001100 | 1000110 | 110000 |
Color Harmonies of #D12574
Complementary color
Monochromatic Colors of #D12574
Black with #D12574
Text Example
Text Example
White with #D12574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12574; }
p { color: rgb(209,37,116); }
H1.HeaderClassName
{
color: #D12574;
}
.AnyTagClassName
{
color: #D12574;
}
</style>
background-color css
<style>
a { background-color: #D12574; }
a { background-color: rgb(209,37,116); }
div.DivClassName
{
background-color: #D12574;
}
.BgClassName
{
background-color: #D12574;
}
</style>
border-color css
<style>
span { border-color: #D12574; }
span { border-color: rgb(209,37,116); }
td.TdClassName
{
border-color: #D12574;
}
.TagClassName
{
border-color: #D12574;
}
</style>