Shades of Deep Cerise #D13A90
Tints of Deep Cerise #D13A90
RGB
CMYK
RGB Variations
Color information
#D13A90 (or 0xD13A90) is known color: Deep Cerise. HEX triplet: D1, 3A and 90. RGB value is (209,58,144). Sum of RGB (Red+Green+Blue) = 209+58+144=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A90 is #2EC56F. Grayscale: #707070. Windows color (decimal): -3065200 or 9452241. OLE color: 9452241.
HSL color Cylindrical-coordinate representation of color #D13A90: hue angle of 325.83º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A90 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 144 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.18 |
| HSL | 325.83º | 0.62% | 0.52% | - |
| HSV(B) | 325.83º | 0.72% | 0.82% | - |
| XYZ | 32.84 | 18.6 | 28.24 | - |
| YUV | 112.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 144 | 0 | 0.72 | 0.31 | 0.18 | 325.83 | 0.62 | 0.52 |
| Hex | D1 | 3A | 90 | 0 | 48 | 1F | 12 | 146 | 3E | 34 |
| Octal | 321 | 72 | 220 | 0 | 110 | 37 | 22 | 506 | 76 | 64 |
| Binary | 11010001 | 111010 | 10010000 | 0 | 1001000 | 11111 | 10010 | 101000110 | 111110 | 110100 |
Color Harmonies of #D13A90
Complementary color
Monochromatic Colors of #D13A90
Black with #D13A90
Text Example
Text Example
White with #D13A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A90; }
p { color: rgb(209,58,144); }
H1.HeaderClassName
{
color: #D13A90;
}
.AnyTagClassName
{
color: #D13A90;
}
</style>
background-color css
<style>
a { background-color: #D13A90; }
a { background-color: rgb(209,58,144); }
div.DivClassName
{
background-color: #D13A90;
}
.BgClassName
{
background-color: #D13A90;
}
</style>
border-color css
<style>
span { border-color: #D13A90; }
span { border-color: rgb(209,58,144); }
td.TdClassName
{
border-color: #D13A90;
}
.TagClassName
{
border-color: #D13A90;
}
</style>