Shades of Cerise #DD3762
Tints of Cerise #DD3762
RGB
CMYK
RGB Variations
Color information
#DD3762 (or 0xDD3762) is known color: Cerise. HEX triplet: DD, 37 and 62. RGB value is (221,55,98). Sum of RGB (Red+Green+Blue) = 221+55+98=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3762 is #22C89D. Grayscale: #6D6D6D. Windows color (decimal): -2279582 or 6436829. OLE color: 6436829.
HSL color Cylindrical-coordinate representation of color #DD3762: hue angle of 344.46º 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 #DD3762 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 98 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.13 |
| HSL | 344.46º | 0.71% | 0.54% | - |
| HSV(B) | 344.46º | 0.75% | 0.87% | - |
| XYZ | 33.39 | 18.99 | 13.46 | - |
| YUV | 109.54 | 121.5 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 98 | 0 | 0.75 | 0.56 | 0.13 | 344.46 | 0.71 | 0.54 |
| Hex | DD | 37 | 62 | 0 | 4B | 38 | D | 158 | 47 | 36 |
| Octal | 335 | 67 | 142 | 0 | 113 | 70 | 15 | 530 | 107 | 66 |
| Binary | 11011101 | 110111 | 1100010 | 0 | 1001011 | 111000 | 1101 | 101011000 | 1000111 | 110110 |
Color Harmonies of #DD3762
Complementary color
Monochromatic Colors of #DD3762
Black with #DD3762
Text Example
Text Example
White with #DD3762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3762; }
p { color: rgb(221,55,98); }
H1.HeaderClassName
{
color: #DD3762;
}
.AnyTagClassName
{
color: #DD3762;
}
</style>
background-color css
<style>
a { background-color: #DD3762; }
a { background-color: rgb(221,55,98); }
div.DivClassName
{
background-color: #DD3762;
}
.BgClassName
{
background-color: #DD3762;
}
</style>
border-color css
<style>
span { border-color: #DD3762; }
span { border-color: rgb(221,55,98); }
td.TdClassName
{
border-color: #DD3762;
}
.TagClassName
{
border-color: #DD3762;
}
</style>