Shades of Deep Cerise #D13390
Tints of Deep Cerise #D13390
RGB
CMYK
RGB Variations
Color information
#D13390 (or 0xD13390) is known color: Deep Cerise. HEX triplet: D1, 33 and 90. RGB value is (209,51,144). Sum of RGB (Red+Green+Blue) = 209+51+144=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D13390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13390 is #2ECC6F. Grayscale: #6C6C6C. Windows color (decimal): -3066992 or 9450449. OLE color: 9450449.
HSL color Cylindrical-coordinate representation of color #D13390: hue angle of 324.68º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13390 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 144 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.18 |
| HSL | 324.68º | 0.63% | 0.51% | - |
| HSV(B) | 324.68º | 0.76% | 0.82% | - |
| XYZ | 32.51 | 17.94 | 28.13 | - |
| YUV | 108.84 | 147.85 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 144 | 0 | 0.76 | 0.31 | 0.18 | 324.68 | 0.63 | 0.51 |
| Hex | D1 | 33 | 90 | 0 | 4C | 1F | 12 | 145 | 3F | 33 |
| Octal | 321 | 63 | 220 | 0 | 114 | 37 | 22 | 505 | 77 | 63 |
| Binary | 11010001 | 110011 | 10010000 | 0 | 1001100 | 11111 | 10010 | 101000101 | 111111 | 110011 |
Color Harmonies of #D13390
Complementary color
Monochromatic Colors of #D13390
Black with #D13390
Text Example
Text Example
White with #D13390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13390; }
p { color: rgb(209,51,144); }
H1.HeaderClassName
{
color: #D13390;
}
.AnyTagClassName
{
color: #D13390;
}
</style>
background-color css
<style>
a { background-color: #D13390; }
a { background-color: rgb(209,51,144); }
div.DivClassName
{
background-color: #D13390;
}
.BgClassName
{
background-color: #D13390;
}
</style>
border-color css
<style>
span { border-color: #D13390; }
span { border-color: rgb(209,51,144); }
td.TdClassName
{
border-color: #D13390;
}
.TagClassName
{
border-color: #D13390;
}
</style>