Shades of Cerise #DD386A
Tints of Cerise #DD386A
RGB
CMYK
RGB Variations
Color information
#DD386A (or 0xDD386A) is known color: Cerise. HEX triplet: DD, 38 and 6A. RGB value is (221,56,106). Sum of RGB (Red+Green+Blue) = 221+56+106=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD386A is #22C795. Grayscale: #6F6F6F. Windows color (decimal): -2279318 or 6961373. OLE color: 6961373.
HSL color Cylindrical-coordinate representation of color #DD386A: hue angle of 341.82º 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 #DD386A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 106 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.13 |
| HSL | 341.82º | 0.71% | 0.54% | - |
| HSV(B) | 341.82º | 0.75% | 0.87% | - |
| XYZ | 33.83 | 19.24 | 15.57 | - |
| YUV | 111.04 | 125.16 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 106 | 0 | 0.75 | 0.52 | 0.13 | 341.82 | 0.71 | 0.54 |
| Hex | DD | 38 | 6A | 0 | 4B | 34 | D | 156 | 47 | 36 |
| Octal | 335 | 70 | 152 | 0 | 113 | 64 | 15 | 526 | 107 | 66 |
| Binary | 11011101 | 111000 | 1101010 | 0 | 1001011 | 110100 | 1101 | 101010110 | 1000111 | 110110 |
Color Harmonies of #DD386A
Complementary color
Monochromatic Colors of #DD386A
Black with #DD386A
Text Example
Text Example
White with #DD386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD386A; }
p { color: rgb(221,56,106); }
H1.HeaderClassName
{
color: #DD386A;
}
.AnyTagClassName
{
color: #DD386A;
}
</style>
background-color css
<style>
a { background-color: #DD386A; }
a { background-color: rgb(221,56,106); }
div.DivClassName
{
background-color: #DD386A;
}
.BgClassName
{
background-color: #DD386A;
}
</style>
border-color css
<style>
span { border-color: #DD386A; }
span { border-color: rgb(221,56,106); }
td.TdClassName
{
border-color: #DD386A;
}
.TagClassName
{
border-color: #DD386A;
}
</style>