Shades of Cerise #DD3766
Tints of Cerise #DD3766
RGB
CMYK
RGB Variations
Color information
#DD3766 (or 0xDD3766) is known color: Cerise. HEX triplet: DD, 37 and 66. RGB value is (221,55,102). Sum of RGB (Red+Green+Blue) = 221+55+102=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3766 is #22C899. Grayscale: #6D6D6D. Windows color (decimal): -2279578 or 6698973. OLE color: 6698973.
HSL color Cylindrical-coordinate representation of color #DD3766: hue angle of 343.01º 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 #DD3766 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 102 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.13 |
| HSL | 343.01º | 0.71% | 0.54% | - |
| HSV(B) | 343.01º | 0.75% | 0.87% | - |
| XYZ | 33.58 | 19.06 | 14.48 | - |
| YUV | 109.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 102 | 0 | 0.75 | 0.54 | 0.13 | 343.01 | 0.71 | 0.54 |
| Hex | DD | 37 | 66 | 0 | 4B | 36 | D | 157 | 47 | 36 |
| Octal | 335 | 67 | 146 | 0 | 113 | 66 | 15 | 527 | 107 | 66 |
| Binary | 11011101 | 110111 | 1100110 | 0 | 1001011 | 110110 | 1101 | 101010111 | 1000111 | 110110 |
Color Harmonies of #DD3766
Complementary color
Monochromatic Colors of #DD3766
Black with #DD3766
Text Example
Text Example
White with #DD3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3766; }
p { color: rgb(221,55,102); }
H1.HeaderClassName
{
color: #DD3766;
}
.AnyTagClassName
{
color: #DD3766;
}
</style>
background-color css
<style>
a { background-color: #DD3766; }
a { background-color: rgb(221,55,102); }
div.DivClassName
{
background-color: #DD3766;
}
.BgClassName
{
background-color: #DD3766;
}
</style>
border-color css
<style>
span { border-color: #DD3766; }
span { border-color: rgb(221,55,102); }
td.TdClassName
{
border-color: #DD3766;
}
.TagClassName
{
border-color: #DD3766;
}
</style>