Shades of Deep Cerise #DD3D7A
Tints of Deep Cerise #DD3D7A
RGB
CMYK
RGB Variations
Color information
#DD3D7A (or 0xDD3D7A) is known color: Deep Cerise. HEX triplet: DD, 3D and 7A. RGB value is (221,61,122). Sum of RGB (Red+Green+Blue) = 221+61+122=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D7A is #22C285. Grayscale: #737373. Windows color (decimal): -2278022 or 8011229. OLE color: 8011229.
HSL color Cylindrical-coordinate representation of color #DD3D7A: hue angle of 337.12º 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 #DD3D7A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 122 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.13 |
| HSL | 337.13º | 0.7% | 0.55% | - |
| HSV(B) | 337.13º | 0.72% | 0.87% | - |
| XYZ | 35 | 20.11 | 20.45 | - |
| YUV | 115.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 122 | 0 | 0.72 | 0.45 | 0.13 | 337.13 | 0.7 | 0.55 |
| Hex | DD | 3D | 7A | 0 | 48 | 2D | D | 151 | 46 | 37 |
| Octal | 335 | 75 | 172 | 0 | 110 | 55 | 15 | 521 | 106 | 67 |
| Binary | 11011101 | 111101 | 1111010 | 0 | 1001000 | 101101 | 1101 | 101010001 | 1000110 | 110111 |
Color Harmonies of #DD3D7A
Complementary color
Monochromatic Colors of #DD3D7A
Black with #DD3D7A
Text Example
Text Example
White with #DD3D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D7A; }
p { color: rgb(221,61,122); }
H1.HeaderClassName
{
color: #DD3D7A;
}
.AnyTagClassName
{
color: #DD3D7A;
}
</style>
background-color css
<style>
a { background-color: #DD3D7A; }
a { background-color: rgb(221,61,122); }
div.DivClassName
{
background-color: #DD3D7A;
}
.BgClassName
{
background-color: #DD3D7A;
}
</style>
border-color css
<style>
span { border-color: #DD3D7A; }
span { border-color: rgb(221,61,122); }
td.TdClassName
{
border-color: #DD3D7A;
}
.TagClassName
{
border-color: #DD3D7A;
}
</style>