Shades of Cerise #DD3362
Tints of Cerise #DD3362
RGB
CMYK
RGB Variations
Color information
#DD3362 (or 0xDD3362) is known color: Cerise. HEX triplet: DD, 33 and 62. RGB value is (221,51,98). Sum of RGB (Red+Green+Blue) = 221+51+98=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3362 is #22CC9D. Grayscale: #6B6B6B. Windows color (decimal): -2280606 or 6435805. OLE color: 6435805.
HSL color Cylindrical-coordinate representation of color #DD3362: hue angle of 343.41º 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 #DD3362 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 98 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.13 |
| HSL | 343.41º | 0.71% | 0.53% | - |
| HSV(B) | 343.41º | 0.77% | 0.87% | - |
| XYZ | 33.21 | 18.62 | 13.4 | - |
| YUV | 107.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 98 | 0 | 0.77 | 0.56 | 0.13 | 343.41 | 0.71 | 0.53 |
| Hex | DD | 33 | 62 | 0 | 4D | 38 | D | 157 | 47 | 35 |
| Octal | 335 | 63 | 142 | 0 | 115 | 70 | 15 | 527 | 107 | 65 |
| Binary | 11011101 | 110011 | 1100010 | 0 | 1001101 | 111000 | 1101 | 101010111 | 1000111 | 110101 |
Color Harmonies of #DD3362
Complementary color
Monochromatic Colors of #DD3362
Black with #DD3362
Text Example
Text Example
White with #DD3362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3362; }
p { color: rgb(221,51,98); }
H1.HeaderClassName
{
color: #DD3362;
}
.AnyTagClassName
{
color: #DD3362;
}
</style>
background-color css
<style>
a { background-color: #DD3362; }
a { background-color: rgb(221,51,98); }
div.DivClassName
{
background-color: #DD3362;
}
.BgClassName
{
background-color: #DD3362;
}
</style>
border-color css
<style>
span { border-color: #DD3362; }
span { border-color: rgb(221,51,98); }
td.TdClassName
{
border-color: #DD3362;
}
.TagClassName
{
border-color: #DD3362;
}
</style>