Shades of Cerise #DD3F6F
Tints of Cerise #DD3F6F
RGB
CMYK
RGB Variations
Color information
#DD3F6F (or 0xDD3F6F) is known color: Cerise. HEX triplet: DD, 3F and 6F. RGB value is (221,63,111). Sum of RGB (Red+Green+Blue) = 221+63+111=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F6F is #22C090. Grayscale: #737373. Windows color (decimal): -2277521 or 7290845. OLE color: 7290845.
HSL color Cylindrical-coordinate representation of color #DD3F6F: hue angle of 341.77º 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 #DD3F6F is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 111 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.13 |
| HSL | 341.77º | 0.7% | 0.56% | - |
| HSV(B) | 341.77º | 0.71% | 0.87% | - |
| XYZ | 34.47 | 20.07 | 17.1 | - |
| YUV | 115.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 111 | 0 | 0.71 | 0.50 | 0.13 | 341.77 | 0.7 | 0.56 |
| Hex | DD | 3F | 6F | 0 | 47 | 32 | D | 156 | 46 | 38 |
| Octal | 335 | 77 | 157 | 0 | 107 | 62 | 15 | 526 | 106 | 70 |
| Binary | 11011101 | 111111 | 1101111 | 0 | 1000111 | 110010 | 1101 | 101010110 | 1000110 | 111000 |
Color Harmonies of #DD3F6F
Complementary color
Monochromatic Colors of #DD3F6F
Black with #DD3F6F
Text Example
Text Example
White with #DD3F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F6F; }
p { color: rgb(221,63,111); }
H1.HeaderClassName
{
color: #DD3F6F;
}
.AnyTagClassName
{
color: #DD3F6F;
}
</style>
background-color css
<style>
a { background-color: #DD3F6F; }
a { background-color: rgb(221,63,111); }
div.DivClassName
{
background-color: #DD3F6F;
}
.BgClassName
{
background-color: #DD3F6F;
}
</style>
border-color css
<style>
span { border-color: #DD3F6F; }
span { border-color: rgb(221,63,111); }
td.TdClassName
{
border-color: #DD3F6F;
}
.TagClassName
{
border-color: #DD3F6F;
}
</style>