Shades of Cerise #DD3868
Tints of Cerise #DD3868
RGB
CMYK
RGB Variations
Color information
#DD3868 (or 0xDD3868) is known color: Cerise. HEX triplet: DD, 38 and 68. RGB value is (221,56,104). Sum of RGB (Red+Green+Blue) = 221+56+104=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3868 is #22C797. Grayscale: #6E6E6E. Windows color (decimal): -2279320 or 6830301. OLE color: 6830301.
HSL color Cylindrical-coordinate representation of color #DD3868: hue angle of 342.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3868 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 104 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.13 |
| HSL | 342.55º | 0.71% | 0.54% | - |
| HSV(B) | 342.55º | 0.75% | 0.87% | - |
| XYZ | 33.73 | 19.2 | 15.02 | - |
| YUV | 110.81 | 124.16 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 104 | 0 | 0.75 | 0.53 | 0.13 | 342.55 | 0.71 | 0.54 |
| Hex | DD | 38 | 68 | 0 | 4B | 35 | D | 157 | 47 | 36 |
| Octal | 335 | 70 | 150 | 0 | 113 | 65 | 15 | 527 | 107 | 66 |
| Binary | 11011101 | 111000 | 1101000 | 0 | 1001011 | 110101 | 1101 | 101010111 | 1000111 | 110110 |
Color Harmonies of #DD3868
Complementary color
Monochromatic Colors of #DD3868
Black with #DD3868
Text Example
Text Example
White with #DD3868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3868; }
p { color: rgb(221,56,104); }
H1.HeaderClassName
{
color: #DD3868;
}
.AnyTagClassName
{
color: #DD3868;
}
</style>
background-color css
<style>
a { background-color: #DD3868; }
a { background-color: rgb(221,56,104); }
div.DivClassName
{
background-color: #DD3868;
}
.BgClassName
{
background-color: #DD3868;
}
</style>
border-color css
<style>
span { border-color: #DD3868; }
span { border-color: rgb(221,56,104); }
td.TdClassName
{
border-color: #DD3868;
}
.TagClassName
{
border-color: #DD3868;
}
</style>