Shades of Cerise #DD375B
Tints of Cerise #DD375B
RGB
CMYK
RGB Variations
Color information
#DD375B (or 0xDD375B) is known color: Cerise. HEX triplet: DD, 37 and 5B. RGB value is (221,55,91). Sum of RGB (Red+Green+Blue) = 221+55+91=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD375B is #22C8A4. Grayscale: #6C6C6C. Windows color (decimal): -2279589 or 5978077. OLE color: 5978077.
HSL color Cylindrical-coordinate representation of color #DD375B: hue angle of 346.99º 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 #DD375B is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 91 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.13 |
| HSL | 346.99º | 0.71% | 0.54% | - |
| HSV(B) | 346.99º | 0.75% | 0.87% | - |
| XYZ | 33.07 | 18.86 | 11.79 | - |
| YUV | 108.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 91 | 0 | 0.75 | 0.59 | 0.13 | 346.99 | 0.71 | 0.54 |
| Hex | DD | 37 | 5B | 0 | 4B | 3B | D | 15B | 47 | 36 |
| Octal | 335 | 67 | 133 | 0 | 113 | 73 | 15 | 533 | 107 | 66 |
| Binary | 11011101 | 110111 | 1011011 | 0 | 1001011 | 111011 | 1101 | 101011011 | 1000111 | 110110 |
Color Harmonies of #DD375B
Complementary color
Monochromatic Colors of #DD375B
Black with #DD375B
Text Example
Text Example
White with #DD375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD375B; }
p { color: rgb(221,55,91); }
H1.HeaderClassName
{
color: #DD375B;
}
.AnyTagClassName
{
color: #DD375B;
}
</style>
background-color css
<style>
a { background-color: #DD375B; }
a { background-color: rgb(221,55,91); }
div.DivClassName
{
background-color: #DD375B;
}
.BgClassName
{
background-color: #DD375B;
}
</style>
border-color css
<style>
span { border-color: #DD375B; }
span { border-color: rgb(221,55,91); }
td.TdClassName
{
border-color: #DD375B;
}
.TagClassName
{
border-color: #DD375B;
}
</style>