Shades of Cerise #DD3864
Tints of Cerise #DD3864
RGB
CMYK
RGB Variations
Color information
#DD3864 (or 0xDD3864) is known color: Cerise. HEX triplet: DD, 38 and 64. RGB value is (221,56,100). Sum of RGB (Red+Green+Blue) = 221+56+100=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3864 is #22C79B. Grayscale: #6E6E6E. Windows color (decimal): -2279324 or 6568157. OLE color: 6568157.
HSL color Cylindrical-coordinate representation of color #DD3864: hue angle of 344º 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 #DD3864 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 100 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.13 |
| HSL | 344º | 0.71% | 0.54% | - |
| HSV(B) | 344º | 0.75% | 0.87% | - |
| XYZ | 33.53 | 19.12 | 13.98 | - |
| YUV | 110.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 100 | 0 | 0.75 | 0.55 | 0.13 | 344 | 0.71 | 0.54 |
| Hex | DD | 38 | 64 | 0 | 4B | 37 | D | 158 | 47 | 36 |
| Octal | 335 | 70 | 144 | 0 | 113 | 67 | 15 | 530 | 107 | 66 |
| Binary | 11011101 | 111000 | 1100100 | 0 | 1001011 | 110111 | 1101 | 101011000 | 1000111 | 110110 |
Color Harmonies of #DD3864
Complementary color
Monochromatic Colors of #DD3864
Black with #DD3864
Text Example
Text Example
White with #DD3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3864; }
p { color: rgb(221,56,100); }
H1.HeaderClassName
{
color: #DD3864;
}
.AnyTagClassName
{
color: #DD3864;
}
</style>
background-color css
<style>
a { background-color: #DD3864; }
a { background-color: rgb(221,56,100); }
div.DivClassName
{
background-color: #DD3864;
}
.BgClassName
{
background-color: #DD3864;
}
</style>
border-color css
<style>
span { border-color: #DD3864; }
span { border-color: rgb(221,56,100); }
td.TdClassName
{
border-color: #DD3864;
}
.TagClassName
{
border-color: #DD3864;
}
</style>