Shades of Cerise #DD3D6E
Tints of Cerise #DD3D6E
RGB
CMYK
RGB Variations
Color information
#DD3D6E (or 0xDD3D6E) is known color: Cerise. HEX triplet: DD, 3D and 6E. RGB value is (221,61,110). Sum of RGB (Red+Green+Blue) = 221+61+110=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D6E is #22C291. Grayscale: #727272. Windows color (decimal): -2278034 or 7224797. OLE color: 7224797.
HSL color Cylindrical-coordinate representation of color #DD3D6E: hue angle of 341.62º 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 #DD3D6E is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 110 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.13 |
| HSL | 341.63º | 0.7% | 0.55% | - |
| HSV(B) | 341.63º | 0.72% | 0.87% | - |
| XYZ | 34.3 | 19.84 | 16.77 | - |
| YUV | 114.43 | 125.51 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 110 | 0 | 0.72 | 0.50 | 0.13 | 341.63 | 0.7 | 0.55 |
| Hex | DD | 3D | 6E | 0 | 48 | 32 | D | 156 | 46 | 37 |
| Octal | 335 | 75 | 156 | 0 | 110 | 62 | 15 | 526 | 106 | 67 |
| Binary | 11011101 | 111101 | 1101110 | 0 | 1001000 | 110010 | 1101 | 101010110 | 1000110 | 110111 |
Color Harmonies of #DD3D6E
Complementary color
Monochromatic Colors of #DD3D6E
Black with #DD3D6E
Text Example
Text Example
White with #DD3D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D6E; }
p { color: rgb(221,61,110); }
H1.HeaderClassName
{
color: #DD3D6E;
}
.AnyTagClassName
{
color: #DD3D6E;
}
</style>
background-color css
<style>
a { background-color: #DD3D6E; }
a { background-color: rgb(221,61,110); }
div.DivClassName
{
background-color: #DD3D6E;
}
.BgClassName
{
background-color: #DD3D6E;
}
</style>
border-color css
<style>
span { border-color: #DD3D6E; }
span { border-color: rgb(221,61,110); }
td.TdClassName
{
border-color: #DD3D6E;
}
.TagClassName
{
border-color: #DD3D6E;
}
</style>