Shades of Deep Cerise #D12D90
Tints of Deep Cerise #D12D90
RGB
CMYK
RGB Variations
Color information
#D12D90 (or 0xD12D90) is known color: Deep Cerise. HEX triplet: D1, 2D and 90. RGB value is (209,45,144). Sum of RGB (Red+Green+Blue) = 209+45+144=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D90 is #2ED26F. Grayscale: #696969. Windows color (decimal): -3068528 or 9448913. OLE color: 9448913.
HSL color Cylindrical-coordinate representation of color #D12D90: hue angle of 323.78º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D90 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 144 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.18 |
| HSL | 323.78º | 0.65% | 0.5% | - |
| HSV(B) | 323.78º | 0.78% | 0.82% | - |
| XYZ | 32.27 | 17.45 | 28.05 | - |
| YUV | 105.32 | 149.83 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 144 | 0 | 0.78 | 0.31 | 0.18 | 323.78 | 0.65 | 0.5 |
| Hex | D1 | 2D | 90 | 0 | 4E | 1F | 12 | 144 | 41 | 32 |
| Octal | 321 | 55 | 220 | 0 | 116 | 37 | 22 | 504 | 101 | 62 |
| Binary | 11010001 | 101101 | 10010000 | 0 | 1001110 | 11111 | 10010 | 101000100 | 1000001 | 110010 |
Color Harmonies of #D12D90
Complementary color
Monochromatic Colors of #D12D90
Black with #D12D90
Text Example
Text Example
White with #D12D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D90; }
p { color: rgb(209,45,144); }
H1.HeaderClassName
{
color: #D12D90;
}
.AnyTagClassName
{
color: #D12D90;
}
</style>
background-color css
<style>
a { background-color: #D12D90; }
a { background-color: rgb(209,45,144); }
div.DivClassName
{
background-color: #D12D90;
}
.BgClassName
{
background-color: #D12D90;
}
</style>
border-color css
<style>
span { border-color: #D12D90; }
span { border-color: rgb(209,45,144); }
td.TdClassName
{
border-color: #D12D90;
}
.TagClassName
{
border-color: #D12D90;
}
</style>