Shades of Deep Cerise #DD4195
Tints of Deep Cerise #DD4195
RGB
CMYK
RGB Variations
Color information
#DD4195 (or 0xDD4195) is known color: Deep Cerise. HEX triplet: DD, 41 and 95. RGB value is (221,65,149). Sum of RGB (Red+Green+Blue) = 221+65+149=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4195 is #22BE6A. Grayscale: #797979. Windows color (decimal): -2276971 or 9781725. OLE color: 9781725.
HSL color Cylindrical-coordinate representation of color #DD4195: hue angle of 327.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4195 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 149 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.13 |
| HSL | 327.69º | 0.7% | 0.56% | - |
| HSV(B) | 327.69º | 0.71% | 0.87% | - |
| XYZ | 37.13 | 21.32 | 30.59 | - |
| YUV | 121.22 | 143.68 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 149 | 0 | 0.71 | 0.33 | 0.13 | 327.69 | 0.7 | 0.56 |
| Hex | DD | 41 | 95 | 0 | 47 | 21 | D | 148 | 46 | 38 |
| Octal | 335 | 101 | 225 | 0 | 107 | 41 | 15 | 510 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10010101 | 0 | 1000111 | 100001 | 1101 | 101001000 | 1000110 | 111000 |
Color Harmonies of #DD4195
Complementary color
Monochromatic Colors of #DD4195
Black with #DD4195
Text Example
Text Example
White with #DD4195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4195; }
p { color: rgb(221,65,149); }
H1.HeaderClassName
{
color: #DD4195;
}
.AnyTagClassName
{
color: #DD4195;
}
</style>
background-color css
<style>
a { background-color: #DD4195; }
a { background-color: rgb(221,65,149); }
div.DivClassName
{
background-color: #DD4195;
}
.BgClassName
{
background-color: #DD4195;
}
</style>
border-color css
<style>
span { border-color: #DD4195; }
span { border-color: rgb(221,65,149); }
td.TdClassName
{
border-color: #DD4195;
}
.TagClassName
{
border-color: #DD4195;
}
</style>