Shades of Cerise #DD376A
Tints of Cerise #DD376A
RGB
CMYK
RGB Variations
Color information
#DD376A (or 0xDD376A) is known color: Cerise. HEX triplet: DD, 37 and 6A. RGB value is (221,55,106). Sum of RGB (Red+Green+Blue) = 221+55+106=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD376A is #22C895. Grayscale: #6E6E6E. Windows color (decimal): -2279574 or 6961117. OLE color: 6961117.
HSL color Cylindrical-coordinate representation of color #DD376A: hue angle of 341.57º 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 #DD376A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 106 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.13 |
| HSL | 341.57º | 0.71% | 0.54% | - |
| HSV(B) | 341.57º | 0.75% | 0.87% | - |
| XYZ | 33.79 | 19.15 | 15.55 | - |
| YUV | 110.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 106 | 0 | 0.75 | 0.52 | 0.13 | 341.57 | 0.71 | 0.54 |
| Hex | DD | 37 | 6A | 0 | 4B | 34 | D | 156 | 47 | 36 |
| Octal | 335 | 67 | 152 | 0 | 113 | 64 | 15 | 526 | 107 | 66 |
| Binary | 11011101 | 110111 | 1101010 | 0 | 1001011 | 110100 | 1101 | 101010110 | 1000111 | 110110 |
Color Harmonies of #DD376A
Complementary color
Monochromatic Colors of #DD376A
Black with #DD376A
Text Example
Text Example
White with #DD376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD376A; }
p { color: rgb(221,55,106); }
H1.HeaderClassName
{
color: #DD376A;
}
.AnyTagClassName
{
color: #DD376A;
}
</style>
background-color css
<style>
a { background-color: #DD376A; }
a { background-color: rgb(221,55,106); }
div.DivClassName
{
background-color: #DD376A;
}
.BgClassName
{
background-color: #DD376A;
}
</style>
border-color css
<style>
span { border-color: #DD376A; }
span { border-color: rgb(221,55,106); }
td.TdClassName
{
border-color: #DD376A;
}
.TagClassName
{
border-color: #DD376A;
}
</style>