Shades of Cerise #DD3374
Tints of Cerise #DD3374
RGB
CMYK
RGB Variations
Color information
#DD3374 (or 0xDD3374) is known color: Cerise. HEX triplet: DD, 33 and 74. RGB value is (221,51,116). Sum of RGB (Red+Green+Blue) = 221+51+116=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3374 is #22CC8B. Grayscale: #6D6D6D. Windows color (decimal): -2280588 or 7615453. OLE color: 7615453.
HSL color Cylindrical-coordinate representation of color #DD3374: hue angle of 337.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3374 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 116 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.13 |
| HSL | 337.06º | 0.71% | 0.53% | - |
| HSV(B) | 337.06º | 0.77% | 0.87% | - |
| XYZ | 34.16 | 19 | 18.39 | - |
| YUV | 109.24 | 131.82 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 116 | 0 | 0.77 | 0.48 | 0.13 | 337.06 | 0.71 | 0.53 |
| Hex | DD | 33 | 74 | 0 | 4D | 30 | D | 151 | 47 | 35 |
| Octal | 335 | 63 | 164 | 0 | 115 | 60 | 15 | 521 | 107 | 65 |
| Binary | 11011101 | 110011 | 1110100 | 0 | 1001101 | 110000 | 1101 | 101010001 | 1000111 | 110101 |
Color Harmonies of #DD3374
Complementary color
Monochromatic Colors of #DD3374
Black with #DD3374
Text Example
Text Example
White with #DD3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3374; }
p { color: rgb(221,51,116); }
H1.HeaderClassName
{
color: #DD3374;
}
.AnyTagClassName
{
color: #DD3374;
}
</style>
background-color css
<style>
a { background-color: #DD3374; }
a { background-color: rgb(221,51,116); }
div.DivClassName
{
background-color: #DD3374;
}
.BgClassName
{
background-color: #DD3374;
}
</style>
border-color css
<style>
span { border-color: #DD3374; }
span { border-color: rgb(221,51,116); }
td.TdClassName
{
border-color: #DD3374;
}
.TagClassName
{
border-color: #DD3374;
}
</style>