Shades of Cerise #DD3F68
Tints of Cerise #DD3F68
RGB
CMYK
RGB Variations
Color information
#DD3F68 (or 0xDD3F68) is known color: Cerise. HEX triplet: DD, 3F and 68. RGB value is (221,63,104). Sum of RGB (Red+Green+Blue) = 221+63+104=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F68 is #22C097. Grayscale: #727272. Windows color (decimal): -2277528 or 6832093. OLE color: 6832093.
HSL color Cylindrical-coordinate representation of color #DD3F68: hue angle of 344.43º 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 #DD3F68 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 104 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.13 |
| HSL | 344.43º | 0.7% | 0.56% | - |
| HSV(B) | 344.43º | 0.71% | 0.87% | - |
| XYZ | 34.09 | 19.93 | 15.15 | - |
| YUV | 114.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 104 | 0 | 0.71 | 0.53 | 0.13 | 344.43 | 0.7 | 0.56 |
| Hex | DD | 3F | 68 | 0 | 47 | 35 | D | 158 | 46 | 38 |
| Octal | 335 | 77 | 150 | 0 | 107 | 65 | 15 | 530 | 106 | 70 |
| Binary | 11011101 | 111111 | 1101000 | 0 | 1000111 | 110101 | 1101 | 101011000 | 1000110 | 111000 |
Color Harmonies of #DD3F68
Complementary color
Monochromatic Colors of #DD3F68
Black with #DD3F68
Text Example
Text Example
White with #DD3F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F68; }
p { color: rgb(221,63,104); }
H1.HeaderClassName
{
color: #DD3F68;
}
.AnyTagClassName
{
color: #DD3F68;
}
</style>
background-color css
<style>
a { background-color: #DD3F68; }
a { background-color: rgb(221,63,104); }
div.DivClassName
{
background-color: #DD3F68;
}
.BgClassName
{
background-color: #DD3F68;
}
</style>
border-color css
<style>
span { border-color: #DD3F68; }
span { border-color: rgb(221,63,104); }
td.TdClassName
{
border-color: #DD3F68;
}
.TagClassName
{
border-color: #DD3F68;
}
</style>