Shades of Cerise #DD3E6F
Tints of Cerise #DD3E6F
RGB
CMYK
RGB Variations
Color information
#DD3E6F (or 0xDD3E6F) is known color: Cerise. HEX triplet: DD, 3E and 6F. RGB value is (221,62,111). Sum of RGB (Red+Green+Blue) = 221+62+111=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E6F is #22C190. Grayscale: #737373. Windows color (decimal): -2277777 or 7290589. OLE color: 7290589.
HSL color Cylindrical-coordinate representation of color #DD3E6F: hue angle of 341.51º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E6F is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 111 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.13 |
| HSL | 341.51º | 0.7% | 0.55% | - |
| HSV(B) | 341.51º | 0.72% | 0.87% | - |
| XYZ | 34.41 | 19.97 | 17.08 | - |
| YUV | 115.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 111 | 0 | 0.72 | 0.50 | 0.13 | 341.51 | 0.7 | 0.55 |
| Hex | DD | 3E | 6F | 0 | 48 | 32 | D | 156 | 46 | 37 |
| Octal | 335 | 76 | 157 | 0 | 110 | 62 | 15 | 526 | 106 | 67 |
| Binary | 11011101 | 111110 | 1101111 | 0 | 1001000 | 110010 | 1101 | 101010110 | 1000110 | 110111 |
Color Harmonies of #DD3E6F
Complementary color
Monochromatic Colors of #DD3E6F
Black with #DD3E6F
Text Example
Text Example
White with #DD3E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E6F; }
p { color: rgb(221,62,111); }
H1.HeaderClassName
{
color: #DD3E6F;
}
.AnyTagClassName
{
color: #DD3E6F;
}
</style>
background-color css
<style>
a { background-color: #DD3E6F; }
a { background-color: rgb(221,62,111); }
div.DivClassName
{
background-color: #DD3E6F;
}
.BgClassName
{
background-color: #DD3E6F;
}
</style>
border-color css
<style>
span { border-color: #DD3E6F; }
span { border-color: rgb(221,62,111); }
td.TdClassName
{
border-color: #DD3E6F;
}
.TagClassName
{
border-color: #DD3E6F;
}
</style>