Shades of Cerise #DD3363
Tints of Cerise #DD3363
RGB
CMYK
RGB Variations
Color information
#DD3363 (or 0xDD3363) is known color: Cerise. HEX triplet: DD, 33 and 63. RGB value is (221,51,99). Sum of RGB (Red+Green+Blue) = 221+51+99=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3363 is #22CC9C. Grayscale: #6B6B6B. Windows color (decimal): -2280605 or 6501341. OLE color: 6501341.
HSL color Cylindrical-coordinate representation of color #DD3363: hue angle of 343.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 #DD3363 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 99 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.13 |
| HSL | 343.06º | 0.71% | 0.53% | - |
| HSV(B) | 343.06º | 0.77% | 0.87% | - |
| XYZ | 33.25 | 18.64 | 13.65 | - |
| YUV | 107.3 | 123.32 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 99 | 0 | 0.77 | 0.55 | 0.13 | 343.06 | 0.71 | 0.53 |
| Hex | DD | 33 | 63 | 0 | 4D | 37 | D | 157 | 47 | 35 |
| Octal | 335 | 63 | 143 | 0 | 115 | 67 | 15 | 527 | 107 | 65 |
| Binary | 11011101 | 110011 | 1100011 | 0 | 1001101 | 110111 | 1101 | 101010111 | 1000111 | 110101 |
Color Harmonies of #DD3363
Complementary color
Monochromatic Colors of #DD3363
Black with #DD3363
Text Example
Text Example
White with #DD3363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3363; }
p { color: rgb(221,51,99); }
H1.HeaderClassName
{
color: #DD3363;
}
.AnyTagClassName
{
color: #DD3363;
}
</style>
background-color css
<style>
a { background-color: #DD3363; }
a { background-color: rgb(221,51,99); }
div.DivClassName
{
background-color: #DD3363;
}
.BgClassName
{
background-color: #DD3363;
}
</style>
border-color css
<style>
span { border-color: #DD3363; }
span { border-color: rgb(221,51,99); }
td.TdClassName
{
border-color: #DD3363;
}
.TagClassName
{
border-color: #DD3363;
}
</style>