Shades of Deep Cerise #D12C7B
Tints of Deep Cerise #D12C7B
RGB
CMYK
RGB Variations
Color information
#D12C7B (or 0xD12C7B) is known color: Deep Cerise. HEX triplet: D1, 2C and 7B. RGB value is (209,44,123). Sum of RGB (Red+Green+Blue) = 209+44+123=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12C7B is #2ED384. Grayscale: #666666. Windows color (decimal): -3068805 or 8072401. OLE color: 8072401.
HSL color Cylindrical-coordinate representation of color #D12C7B: hue angle of 331.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12C7B is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 123 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.18 |
| HSL | 331.27º | 0.65% | 0.5% | - |
| HSV(B) | 331.27º | 0.79% | 0.82% | - |
| XYZ | 30.77 | 16.79 | 20.36 | - |
| YUV | 102.34 | 139.66 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 123 | 0 | 0.79 | 0.41 | 0.18 | 331.27 | 0.65 | 0.5 |
| Hex | D1 | 2C | 7B | 0 | 4F | 29 | 12 | 14B | 41 | 32 |
| Octal | 321 | 54 | 173 | 0 | 117 | 51 | 22 | 513 | 101 | 62 |
| Binary | 11010001 | 101100 | 1111011 | 0 | 1001111 | 101001 | 10010 | 101001011 | 1000001 | 110010 |
Color Harmonies of #D12C7B
Complementary color
Monochromatic Colors of #D12C7B
Black with #D12C7B
Text Example
Text Example
White with #D12C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12C7B; }
p { color: rgb(209,44,123); }
H1.HeaderClassName
{
color: #D12C7B;
}
.AnyTagClassName
{
color: #D12C7B;
}
</style>
background-color css
<style>
a { background-color: #D12C7B; }
a { background-color: rgb(209,44,123); }
div.DivClassName
{
background-color: #D12C7B;
}
.BgClassName
{
background-color: #D12C7B;
}
</style>
border-color css
<style>
span { border-color: #D12C7B; }
span { border-color: rgb(209,44,123); }
td.TdClassName
{
border-color: #D12C7B;
}
.TagClassName
{
border-color: #D12C7B;
}
</style>