Shades of Cerise #DD376B
Tints of Cerise #DD376B
RGB
CMYK
RGB Variations
Color information
#DD376B (or 0xDD376B) is known color: Cerise. HEX triplet: DD, 37 and 6B. RGB value is (221,55,107). Sum of RGB (Red+Green+Blue) = 221+55+107=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD376B is #22C894. Grayscale: #6E6E6E. Windows color (decimal): -2279573 or 7026653. OLE color: 7026653.
HSL color Cylindrical-coordinate representation of color #DD376B: hue angle of 341.2º 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 #DD376B is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 107 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.13 |
| HSL | 341.2º | 0.71% | 0.54% | - |
| HSV(B) | 341.2º | 0.75% | 0.87% | - |
| XYZ | 33.84 | 19.17 | 15.83 | - |
| YUV | 110.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 107 | 0 | 0.75 | 0.52 | 0.13 | 341.2 | 0.71 | 0.54 |
| Hex | DD | 37 | 6B | 0 | 4B | 34 | D | 155 | 47 | 36 |
| Octal | 335 | 67 | 153 | 0 | 113 | 64 | 15 | 525 | 107 | 66 |
| Binary | 11011101 | 110111 | 1101011 | 0 | 1001011 | 110100 | 1101 | 101010101 | 1000111 | 110110 |
Color Harmonies of #DD376B
Complementary color
Monochromatic Colors of #DD376B
Black with #DD376B
Text Example
Text Example
White with #DD376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD376B; }
p { color: rgb(221,55,107); }
H1.HeaderClassName
{
color: #DD376B;
}
.AnyTagClassName
{
color: #DD376B;
}
</style>
background-color css
<style>
a { background-color: #DD376B; }
a { background-color: rgb(221,55,107); }
div.DivClassName
{
background-color: #DD376B;
}
.BgClassName
{
background-color: #DD376B;
}
</style>
border-color css
<style>
span { border-color: #DD376B; }
span { border-color: rgb(221,55,107); }
td.TdClassName
{
border-color: #DD376B;
}
.TagClassName
{
border-color: #DD376B;
}
</style>