Shades of Cerise #DD3F58
Tints of Cerise #DD3F58
RGB
CMYK
RGB Variations
Color information
#DD3F58 (or 0xDD3F58) is known color: Cerise. HEX triplet: DD, 3F and 58. RGB value is (221,63,88). Sum of RGB (Red+Green+Blue) = 221+63+88=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F58 is #22C0A7. Grayscale: #717171. Windows color (decimal): -2277544 or 5783517. OLE color: 5783517.
HSL color Cylindrical-coordinate representation of color #DD3F58: hue angle of 350.51º 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 #DD3F58 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 88 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.13 |
| HSL | 350.51º | 0.7% | 0.56% | - |
| HSV(B) | 350.51º | 0.71% | 0.87% | - |
| XYZ | 33.36 | 19.63 | 11.26 | - |
| YUV | 113.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 88 | 0 | 0.71 | 0.60 | 0.13 | 350.51 | 0.7 | 0.56 |
| Hex | DD | 3F | 58 | 0 | 47 | 3C | D | 15F | 46 | 38 |
| Octal | 335 | 77 | 130 | 0 | 107 | 74 | 15 | 537 | 106 | 70 |
| Binary | 11011101 | 111111 | 1011000 | 0 | 1000111 | 111100 | 1101 | 101011111 | 1000110 | 111000 |
Color Harmonies of #DD3F58
Complementary color
Monochromatic Colors of #DD3F58
Black with #DD3F58
Text Example
Text Example
White with #DD3F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F58; }
p { color: rgb(221,63,88); }
H1.HeaderClassName
{
color: #DD3F58;
}
.AnyTagClassName
{
color: #DD3F58;
}
</style>
background-color css
<style>
a { background-color: #DD3F58; }
a { background-color: rgb(221,63,88); }
div.DivClassName
{
background-color: #DD3F58;
}
.BgClassName
{
background-color: #DD3F58;
}
</style>
border-color css
<style>
span { border-color: #DD3F58; }
span { border-color: rgb(221,63,88); }
td.TdClassName
{
border-color: #DD3F58;
}
.TagClassName
{
border-color: #DD3F58;
}
</style>