Shades of Deep Cerise #DD3D90
Tints of Deep Cerise #DD3D90
RGB
CMYK
RGB Variations
Color information
#DD3D90 (or 0xDD3D90) is known color: Deep Cerise. HEX triplet: DD, 3D and 90. RGB value is (221,61,144). Sum of RGB (Red+Green+Blue) = 221+61+144=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D90 is #22C26F. Grayscale: #767676. Windows color (decimal): -2278000 or 9453021. OLE color: 9453021.
HSL color Cylindrical-coordinate representation of color #DD3D90: hue angle of 328.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3D90 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 144 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.13 |
| HSL | 328.88º | 0.7% | 0.55% | - |
| HSV(B) | 328.88º | 0.72% | 0.87% | - |
| XYZ | 36.52 | 20.72 | 28.46 | - |
| YUV | 118.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 144 | 0 | 0.72 | 0.35 | 0.13 | 328.88 | 0.7 | 0.55 |
| Hex | DD | 3D | 90 | 0 | 48 | 23 | D | 149 | 46 | 37 |
| Octal | 335 | 75 | 220 | 0 | 110 | 43 | 15 | 511 | 106 | 67 |
| Binary | 11011101 | 111101 | 10010000 | 0 | 1001000 | 100011 | 1101 | 101001001 | 1000110 | 110111 |
Color Harmonies of #DD3D90
Complementary color
Monochromatic Colors of #DD3D90
Black with #DD3D90
Text Example
Text Example
White with #DD3D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D90; }
p { color: rgb(221,61,144); }
H1.HeaderClassName
{
color: #DD3D90;
}
.AnyTagClassName
{
color: #DD3D90;
}
</style>
background-color css
<style>
a { background-color: #DD3D90; }
a { background-color: rgb(221,61,144); }
div.DivClassName
{
background-color: #DD3D90;
}
.BgClassName
{
background-color: #DD3D90;
}
</style>
border-color css
<style>
span { border-color: #DD3D90; }
span { border-color: rgb(221,61,144); }
td.TdClassName
{
border-color: #DD3D90;
}
.TagClassName
{
border-color: #DD3D90;
}
</style>