Shades of Deep Cerise #D13D90
Tints of Deep Cerise #D13D90
RGB
CMYK
RGB Variations
Color information
#D13D90 (or 0xD13D90) is known color: Deep Cerise. HEX triplet: D1, 3D and 90. RGB value is (209,61,144). Sum of RGB (Red+Green+Blue) = 209+61+144=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D90 is #2EC26F. Grayscale: #727272. Windows color (decimal): -3064432 or 9453009. OLE color: 9453009.
HSL color Cylindrical-coordinate representation of color #D13D90: hue angle of 326.35º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D90 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 144 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.18 |
| HSL | 326.35º | 0.62% | 0.53% | - |
| HSV(B) | 326.35º | 0.71% | 0.82% | - |
| XYZ | 33 | 18.91 | 28.3 | - |
| YUV | 114.71 | 144.53 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 144 | 0 | 0.71 | 0.31 | 0.18 | 326.35 | 0.62 | 0.53 |
| Hex | D1 | 3D | 90 | 0 | 47 | 1F | 12 | 146 | 3E | 35 |
| Octal | 321 | 75 | 220 | 0 | 107 | 37 | 22 | 506 | 76 | 65 |
| Binary | 11010001 | 111101 | 10010000 | 0 | 1000111 | 11111 | 10010 | 101000110 | 111110 | 110101 |
Color Harmonies of #D13D90
Complementary color
Monochromatic Colors of #D13D90
Black with #D13D90
Text Example
Text Example
White with #D13D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D90; }
p { color: rgb(209,61,144); }
H1.HeaderClassName
{
color: #D13D90;
}
.AnyTagClassName
{
color: #D13D90;
}
</style>
background-color css
<style>
a { background-color: #D13D90; }
a { background-color: rgb(209,61,144); }
div.DivClassName
{
background-color: #D13D90;
}
.BgClassName
{
background-color: #D13D90;
}
</style>
border-color css
<style>
span { border-color: #D13D90; }
span { border-color: rgb(209,61,144); }
td.TdClassName
{
border-color: #D13D90;
}
.TagClassName
{
border-color: #D13D90;
}
</style>