Shades of Deep Cerise #D12A7D
Tints of Deep Cerise #D12A7D
RGB
CMYK
RGB Variations
Color information
#D12A7D (or 0xD12A7D) is known color: Deep Cerise. HEX triplet: D1, 2A and 7D. RGB value is (209,42,125). Sum of RGB (Red+Green+Blue) = 209+42+125=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12A7D is #2ED582. Grayscale: #656565. Windows color (decimal): -3069315 or 8202961. OLE color: 8202961.
HSL color Cylindrical-coordinate representation of color #D12A7D: hue angle of 330.18º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A7D is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 125 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.18 |
| HSL | 330.18º | 0.67% | 0.49% | - |
| HSV(B) | 330.18º | 0.8% | 0.82% | - |
| XYZ | 30.82 | 16.69 | 21 | - |
| YUV | 101.4 | 141.33 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 125 | 0 | 0.80 | 0.40 | 0.18 | 330.18 | 0.67 | 0.49 |
| Hex | D1 | 2A | 7D | 0 | 50 | 28 | 12 | 14A | 43 | 31 |
| Octal | 321 | 52 | 175 | 0 | 120 | 50 | 22 | 512 | 103 | 61 |
| Binary | 11010001 | 101010 | 1111101 | 0 | 1010000 | 101000 | 10010 | 101001010 | 1000011 | 110001 |
Color Harmonies of #D12A7D
Complementary color
Monochromatic Colors of #D12A7D
Black with #D12A7D
Text Example
Text Example
White with #D12A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A7D; }
p { color: rgb(209,42,125); }
H1.HeaderClassName
{
color: #D12A7D;
}
.AnyTagClassName
{
color: #D12A7D;
}
</style>
background-color css
<style>
a { background-color: #D12A7D; }
a { background-color: rgb(209,42,125); }
div.DivClassName
{
background-color: #D12A7D;
}
.BgClassName
{
background-color: #D12A7D;
}
</style>
border-color css
<style>
span { border-color: #D12A7D; }
span { border-color: rgb(209,42,125); }
td.TdClassName
{
border-color: #D12A7D;
}
.TagClassName
{
border-color: #D12A7D;
}
</style>