Shades of Deep Cerise #DD4689
Tints of Deep Cerise #DD4689
RGB
CMYK
RGB Variations
Color information
#DD4689 (or 0xDD4689) is known color: Deep Cerise. HEX triplet: DD, 46 and 89. RGB value is (221,70,137). Sum of RGB (Red+Green+Blue) = 221+70+137=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4689 is #22B976. Grayscale: #7A7A7A. Windows color (decimal): -2275703 or 8996573. OLE color: 8996573.
HSL color Cylindrical-coordinate representation of color #DD4689: hue angle of 333.38º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4689 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 137 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.13 |
| HSL | 333.38º | 0.69% | 0.57% | - |
| HSV(B) | 333.38º | 0.68% | 0.87% | - |
| XYZ | 36.52 | 21.56 | 25.9 | - |
| YUV | 122.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 137 | 0 | 0.68 | 0.38 | 0.13 | 333.38 | 0.69 | 0.57 |
| Hex | DD | 46 | 89 | 0 | 44 | 26 | D | 14D | 45 | 39 |
| Octal | 335 | 106 | 211 | 0 | 104 | 46 | 15 | 515 | 105 | 71 |
| Binary | 11011101 | 1000110 | 10001001 | 0 | 1000100 | 100110 | 1101 | 101001101 | 1000101 | 111001 |
Color Harmonies of #DD4689
Complementary color
Monochromatic Colors of #DD4689
Black with #DD4689
Text Example
Text Example
White with #DD4689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4689; }
p { color: rgb(221,70,137); }
H1.HeaderClassName
{
color: #DD4689;
}
.AnyTagClassName
{
color: #DD4689;
}
</style>
background-color css
<style>
a { background-color: #DD4689; }
a { background-color: rgb(221,70,137); }
div.DivClassName
{
background-color: #DD4689;
}
.BgClassName
{
background-color: #DD4689;
}
</style>
border-color css
<style>
span { border-color: #DD4689; }
span { border-color: rgb(221,70,137); }
td.TdClassName
{
border-color: #DD4689;
}
.TagClassName
{
border-color: #DD4689;
}
</style>