Shades of Deep Cerise #DD379B
Tints of Deep Cerise #DD379B
RGB
CMYK
RGB Variations
Color information
#DD379B (or 0xDD379B) is known color: Deep Cerise. HEX triplet: DD, 37 and 9B. RGB value is (221,55,155). Sum of RGB (Red+Green+Blue) = 221+55+155=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD379B is #22C864. Grayscale: #737373. Windows color (decimal): -2279525 or 10172381. OLE color: 10172381.
HSL color Cylindrical-coordinate representation of color #DD379B: hue angle of 323.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD379B is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 155 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.13 |
| HSL | 323.86º | 0.71% | 0.54% | - |
| HSV(B) | 323.86º | 0.75% | 0.87% | - |
| XYZ | 37.1 | 20.47 | 33.01 | - |
| YUV | 116.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 155 | 0 | 0.75 | 0.30 | 0.13 | 323.86 | 0.71 | 0.54 |
| Hex | DD | 37 | 9B | 0 | 4B | 1E | D | 144 | 47 | 36 |
| Octal | 335 | 67 | 233 | 0 | 113 | 36 | 15 | 504 | 107 | 66 |
| Binary | 11011101 | 110111 | 10011011 | 0 | 1001011 | 11110 | 1101 | 101000100 | 1000111 | 110110 |
Color Harmonies of #DD379B
Complementary color
Monochromatic Colors of #DD379B
Black with #DD379B
Text Example
Text Example
White with #DD379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD379B; }
p { color: rgb(221,55,155); }
H1.HeaderClassName
{
color: #DD379B;
}
.AnyTagClassName
{
color: #DD379B;
}
</style>
background-color css
<style>
a { background-color: #DD379B; }
a { background-color: rgb(221,55,155); }
div.DivClassName
{
background-color: #DD379B;
}
.BgClassName
{
background-color: #DD379B;
}
</style>
border-color css
<style>
span { border-color: #DD379B; }
span { border-color: rgb(221,55,155); }
td.TdClassName
{
border-color: #DD379B;
}
.TagClassName
{
border-color: #DD379B;
}
</style>