Shades of Cerise #DD3658
Tints of Cerise #DD3658
RGB
CMYK
RGB Variations
Color information
#DD3658 (or 0xDD3658) is known color: Cerise. HEX triplet: DD, 36 and 58. RGB value is (221,54,88). Sum of RGB (Red+Green+Blue) = 221+54+88=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3658 is #22C9A7. Grayscale: #6B6B6B. Windows color (decimal): -2279848 or 5781213. OLE color: 5781213.
HSL color Cylindrical-coordinate representation of color #DD3658: hue angle of 347.78º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3658 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 88 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.13 |
| HSL | 347.78º | 0.71% | 0.54% | - |
| HSV(B) | 347.78º | 0.76% | 0.87% | - |
| XYZ | 32.9 | 18.72 | 11.11 | - |
| YUV | 107.81 | 116.83 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 88 | 0 | 0.76 | 0.60 | 0.13 | 347.78 | 0.71 | 0.54 |
| Hex | DD | 36 | 58 | 0 | 4C | 3C | D | 15C | 47 | 36 |
| Octal | 335 | 66 | 130 | 0 | 114 | 74 | 15 | 534 | 107 | 66 |
| Binary | 11011101 | 110110 | 1011000 | 0 | 1001100 | 111100 | 1101 | 101011100 | 1000111 | 110110 |
Color Harmonies of #DD3658
Complementary color
Monochromatic Colors of #DD3658
Black with #DD3658
Text Example
Text Example
White with #DD3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3658; }
p { color: rgb(221,54,88); }
H1.HeaderClassName
{
color: #DD3658;
}
.AnyTagClassName
{
color: #DD3658;
}
</style>
background-color css
<style>
a { background-color: #DD3658; }
a { background-color: rgb(221,54,88); }
div.DivClassName
{
background-color: #DD3658;
}
.BgClassName
{
background-color: #DD3658;
}
</style>
border-color css
<style>
span { border-color: #DD3658; }
span { border-color: rgb(221,54,88); }
td.TdClassName
{
border-color: #DD3658;
}
.TagClassName
{
border-color: #DD3658;
}
</style>