Shades of Cerise #DD3E67
Tints of Cerise #DD3E67
RGB
CMYK
RGB Variations
Color information
#DD3E67 (or 0xDD3E67) is known color: Cerise. HEX triplet: DD, 3E and 67. RGB value is (221,62,103). Sum of RGB (Red+Green+Blue) = 221+62+103=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E67 is #22C198. Grayscale: #727272. Windows color (decimal): -2277785 or 6766301. OLE color: 6766301.
HSL color Cylindrical-coordinate representation of color #DD3E67: hue angle of 344.53º 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 #DD3E67 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 103 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.13 |
| HSL | 344.53º | 0.7% | 0.55% | - |
| HSV(B) | 344.53º | 0.72% | 0.87% | - |
| XYZ | 33.99 | 19.8 | 14.86 | - |
| YUV | 114.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 103 | 0 | 0.72 | 0.53 | 0.13 | 344.53 | 0.7 | 0.55 |
| Hex | DD | 3E | 67 | 0 | 48 | 35 | D | 159 | 46 | 37 |
| Octal | 335 | 76 | 147 | 0 | 110 | 65 | 15 | 531 | 106 | 67 |
| Binary | 11011101 | 111110 | 1100111 | 0 | 1001000 | 110101 | 1101 | 101011001 | 1000110 | 110111 |
Color Harmonies of #DD3E67
Complementary color
Monochromatic Colors of #DD3E67
Black with #DD3E67
Text Example
Text Example
White with #DD3E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E67; }
p { color: rgb(221,62,103); }
H1.HeaderClassName
{
color: #DD3E67;
}
.AnyTagClassName
{
color: #DD3E67;
}
</style>
background-color css
<style>
a { background-color: #DD3E67; }
a { background-color: rgb(221,62,103); }
div.DivClassName
{
background-color: #DD3E67;
}
.BgClassName
{
background-color: #DD3E67;
}
</style>
border-color css
<style>
span { border-color: #DD3E67; }
span { border-color: rgb(221,62,103); }
td.TdClassName
{
border-color: #DD3E67;
}
.TagClassName
{
border-color: #DD3E67;
}
</style>