Shades of Deep Cerise #D12F90
Tints of Deep Cerise #D12F90
RGB
CMYK
RGB Variations
Color information
#D12F90 (or 0xD12F90) is known color: Deep Cerise. HEX triplet: D1, 2F and 90. RGB value is (209,47,144). Sum of RGB (Red+Green+Blue) = 209+47+144=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12F90 is #2ED06F. Grayscale: #6A6A6A. Windows color (decimal): -3068016 or 9449425. OLE color: 9449425.
HSL color Cylindrical-coordinate representation of color #D12F90: hue angle of 324.07º degrees, saturation: 0.64, 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 #D12F90 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 144 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.18 |
| HSL | 324.07º | 0.64% | 0.5% | - |
| HSV(B) | 324.07º | 0.78% | 0.82% | - |
| XYZ | 32.35 | 17.6 | 28.08 | - |
| YUV | 106.5 | 149.17 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 144 | 0 | 0.78 | 0.31 | 0.18 | 324.07 | 0.64 | 0.5 |
| Hex | D1 | 2F | 90 | 0 | 4E | 1F | 12 | 144 | 40 | 32 |
| Octal | 321 | 57 | 220 | 0 | 116 | 37 | 22 | 504 | 100 | 62 |
| Binary | 11010001 | 101111 | 10010000 | 0 | 1001110 | 11111 | 10010 | 101000100 | 1000000 | 110010 |
Color Harmonies of #D12F90
Complementary color
Monochromatic Colors of #D12F90
Black with #D12F90
Text Example
Text Example
White with #D12F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F90; }
p { color: rgb(209,47,144); }
H1.HeaderClassName
{
color: #D12F90;
}
.AnyTagClassName
{
color: #D12F90;
}
</style>
background-color css
<style>
a { background-color: #D12F90; }
a { background-color: rgb(209,47,144); }
div.DivClassName
{
background-color: #D12F90;
}
.BgClassName
{
background-color: #D12F90;
}
</style>
border-color css
<style>
span { border-color: #D12F90; }
span { border-color: rgb(209,47,144); }
td.TdClassName
{
border-color: #D12F90;
}
.TagClassName
{
border-color: #D12F90;
}
</style>