Shades of Cerise #DD3D6F
Tints of Cerise #DD3D6F
RGB
CMYK
RGB Variations
Color information
#DD3D6F (or 0xDD3D6F) is known color: Cerise. HEX triplet: DD, 3D and 6F. RGB value is (221,61,111). Sum of RGB (Red+Green+Blue) = 221+61+111=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D6F is #22C290. Grayscale: #727272. Windows color (decimal): -2278033 or 7290333. OLE color: 7290333.
HSL color Cylindrical-coordinate representation of color #DD3D6F: hue angle of 341.25º 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 #DD3D6F is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 111 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.13 |
| HSL | 341.25º | 0.7% | 0.55% | - |
| HSV(B) | 341.25º | 0.72% | 0.87% | - |
| XYZ | 34.36 | 19.86 | 17.06 | - |
| YUV | 114.54 | 126.01 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 111 | 0 | 0.72 | 0.50 | 0.13 | 341.25 | 0.7 | 0.55 |
| Hex | DD | 3D | 6F | 0 | 48 | 32 | D | 155 | 46 | 37 |
| Octal | 335 | 75 | 157 | 0 | 110 | 62 | 15 | 525 | 106 | 67 |
| Binary | 11011101 | 111101 | 1101111 | 0 | 1001000 | 110010 | 1101 | 101010101 | 1000110 | 110111 |
Color Harmonies of #DD3D6F
Complementary color
Monochromatic Colors of #DD3D6F
Black with #DD3D6F
Text Example
Text Example
White with #DD3D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D6F; }
p { color: rgb(221,61,111); }
H1.HeaderClassName
{
color: #DD3D6F;
}
.AnyTagClassName
{
color: #DD3D6F;
}
</style>
background-color css
<style>
a { background-color: #DD3D6F; }
a { background-color: rgb(221,61,111); }
div.DivClassName
{
background-color: #DD3D6F;
}
.BgClassName
{
background-color: #DD3D6F;
}
</style>
border-color css
<style>
span { border-color: #DD3D6F; }
span { border-color: rgb(221,61,111); }
td.TdClassName
{
border-color: #DD3D6F;
}
.TagClassName
{
border-color: #DD3D6F;
}
</style>