Shades of Cerise #DD386C
Tints of Cerise #DD386C
RGB
CMYK
RGB Variations
Color information
#DD386C (or 0xDD386C) is known color: Cerise. HEX triplet: DD, 38 and 6C. RGB value is (221,56,108). Sum of RGB (Red+Green+Blue) = 221+56+108=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD386C is #22C793. Grayscale: #6F6F6F. Windows color (decimal): -2279316 or 7092445. OLE color: 7092445.
HSL color Cylindrical-coordinate representation of color #DD386C: hue angle of 341.09º 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 #DD386C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 108 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.13 |
| HSL | 341.09º | 0.71% | 0.54% | - |
| HSV(B) | 341.09º | 0.75% | 0.87% | - |
| XYZ | 33.94 | 19.28 | 16.12 | - |
| YUV | 111.26 | 126.16 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 108 | 0 | 0.75 | 0.51 | 0.13 | 341.09 | 0.71 | 0.54 |
| Hex | DD | 38 | 6C | 0 | 4B | 33 | D | 155 | 47 | 36 |
| Octal | 335 | 70 | 154 | 0 | 113 | 63 | 15 | 525 | 107 | 66 |
| Binary | 11011101 | 111000 | 1101100 | 0 | 1001011 | 110011 | 1101 | 101010101 | 1000111 | 110110 |
Color Harmonies of #DD386C
Complementary color
Monochromatic Colors of #DD386C
Black with #DD386C
Text Example
Text Example
White with #DD386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD386C; }
p { color: rgb(221,56,108); }
H1.HeaderClassName
{
color: #DD386C;
}
.AnyTagClassName
{
color: #DD386C;
}
</style>
background-color css
<style>
a { background-color: #DD386C; }
a { background-color: rgb(221,56,108); }
div.DivClassName
{
background-color: #DD386C;
}
.BgClassName
{
background-color: #DD386C;
}
</style>
border-color css
<style>
span { border-color: #DD386C; }
span { border-color: rgb(221,56,108); }
td.TdClassName
{
border-color: #DD386C;
}
.TagClassName
{
border-color: #DD386C;
}
</style>