Shades of Cerise #DD3F67
Tints of Cerise #DD3F67
RGB
CMYK
RGB Variations
Color information
#DD3F67 (or 0xDD3F67) is known color: Cerise. HEX triplet: DD, 3F and 67. RGB value is (221,63,103). Sum of RGB (Red+Green+Blue) = 221+63+103=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F67 is #22C098. Grayscale: #727272. Windows color (decimal): -2277529 or 6766557. OLE color: 6766557.
HSL color Cylindrical-coordinate representation of color #DD3F67: hue angle of 344.81º 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 #DD3F67 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 103 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.13 |
| HSL | 344.81º | 0.7% | 0.56% | - |
| HSV(B) | 344.81º | 0.71% | 0.87% | - |
| XYZ | 34.04 | 19.91 | 14.88 | - |
| YUV | 114.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 103 | 0 | 0.71 | 0.53 | 0.13 | 344.81 | 0.7 | 0.56 |
| Hex | DD | 3F | 67 | 0 | 47 | 35 | D | 159 | 46 | 38 |
| Octal | 335 | 77 | 147 | 0 | 107 | 65 | 15 | 531 | 106 | 70 |
| Binary | 11011101 | 111111 | 1100111 | 0 | 1000111 | 110101 | 1101 | 101011001 | 1000110 | 111000 |
Color Harmonies of #DD3F67
Complementary color
Monochromatic Colors of #DD3F67
Black with #DD3F67
Text Example
Text Example
White with #DD3F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F67; }
p { color: rgb(221,63,103); }
H1.HeaderClassName
{
color: #DD3F67;
}
.AnyTagClassName
{
color: #DD3F67;
}
</style>
background-color css
<style>
a { background-color: #DD3F67; }
a { background-color: rgb(221,63,103); }
div.DivClassName
{
background-color: #DD3F67;
}
.BgClassName
{
background-color: #DD3F67;
}
</style>
border-color css
<style>
span { border-color: #DD3F67; }
span { border-color: rgb(221,63,103); }
td.TdClassName
{
border-color: #DD3F67;
}
.TagClassName
{
border-color: #DD3F67;
}
</style>