Shades of Deep Cerise #DD4395
Tints of Deep Cerise #DD4395
RGB
CMYK
RGB Variations
Color information
#DD4395 (or 0xDD4395) is known color: Deep Cerise. HEX triplet: DD, 43 and 95. RGB value is (221,67,149). Sum of RGB (Red+Green+Blue) = 221+67+149=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4395 is #22BC6A. Grayscale: #7A7A7A. Windows color (decimal): -2276459 or 9782237. OLE color: 9782237.
HSL color Cylindrical-coordinate representation of color #DD4395: hue angle of 328.05º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4395 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 149 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.13 |
| HSL | 328.05º | 0.69% | 0.56% | - |
| HSV(B) | 328.05º | 0.7% | 0.87% | - |
| XYZ | 37.25 | 21.56 | 30.63 | - |
| YUV | 122.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 149 | 0 | 0.70 | 0.33 | 0.13 | 328.05 | 0.69 | 0.56 |
| Hex | DD | 43 | 95 | 0 | 46 | 21 | D | 148 | 45 | 38 |
| Octal | 335 | 103 | 225 | 0 | 106 | 41 | 15 | 510 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10010101 | 0 | 1000110 | 100001 | 1101 | 101001000 | 1000101 | 111000 |
Color Harmonies of #DD4395
Complementary color
Monochromatic Colors of #DD4395
Black with #DD4395
Text Example
Text Example
White with #DD4395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4395; }
p { color: rgb(221,67,149); }
H1.HeaderClassName
{
color: #DD4395;
}
.AnyTagClassName
{
color: #DD4395;
}
</style>
background-color css
<style>
a { background-color: #DD4395; }
a { background-color: rgb(221,67,149); }
div.DivClassName
{
background-color: #DD4395;
}
.BgClassName
{
background-color: #DD4395;
}
</style>
border-color css
<style>
span { border-color: #DD4395; }
span { border-color: rgb(221,67,149); }
td.TdClassName
{
border-color: #DD4395;
}
.TagClassName
{
border-color: #DD4395;
}
</style>