Shades of Cerise #DD3F5D
Tints of Cerise #DD3F5D
RGB
CMYK
RGB Variations
Color information
#DD3F5D (or 0xDD3F5D) is known color: Cerise. HEX triplet: DD, 3F and 5D. RGB value is (221,63,93). Sum of RGB (Red+Green+Blue) = 221+63+93=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F5D is #22C0A2. Grayscale: #717171. Windows color (decimal): -2277539 or 6111197. OLE color: 6111197.
HSL color Cylindrical-coordinate representation of color #DD3F5D: hue angle of 348.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F5D is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 93 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.13 |
| HSL | 348.61º | 0.7% | 0.56% | - |
| HSV(B) | 348.61º | 0.71% | 0.87% | - |
| XYZ | 33.57 | 19.72 | 12.39 | - |
| YUV | 113.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 93 | 0 | 0.71 | 0.58 | 0.13 | 348.61 | 0.7 | 0.56 |
| Hex | DD | 3F | 5D | 0 | 47 | 3A | D | 15D | 46 | 38 |
| Octal | 335 | 77 | 135 | 0 | 107 | 72 | 15 | 535 | 106 | 70 |
| Binary | 11011101 | 111111 | 1011101 | 0 | 1000111 | 111010 | 1101 | 101011101 | 1000110 | 111000 |
Color Harmonies of #DD3F5D
Complementary color
Monochromatic Colors of #DD3F5D
Black with #DD3F5D
Text Example
Text Example
White with #DD3F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F5D; }
p { color: rgb(221,63,93); }
H1.HeaderClassName
{
color: #DD3F5D;
}
.AnyTagClassName
{
color: #DD3F5D;
}
</style>
background-color css
<style>
a { background-color: #DD3F5D; }
a { background-color: rgb(221,63,93); }
div.DivClassName
{
background-color: #DD3F5D;
}
.BgClassName
{
background-color: #DD3F5D;
}
</style>
border-color css
<style>
span { border-color: #DD3F5D; }
span { border-color: rgb(221,63,93); }
td.TdClassName
{
border-color: #DD3F5D;
}
.TagClassName
{
border-color: #DD3F5D;
}
</style>