Shades of Cerise #DD395A
Tints of Cerise #DD395A
RGB
CMYK
RGB Variations
Color information
#DD395A (or 0xDD395A) is known color: Cerise. HEX triplet: DD, 39 and 5A. RGB value is (221,57,90). Sum of RGB (Red+Green+Blue) = 221+57+90=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD395A is #22C6A5. Grayscale: #6D6D6D. Windows color (decimal): -2279078 or 5913053. OLE color: 5913053.
HSL color Cylindrical-coordinate representation of color #DD395A: hue angle of 347.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD395A is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 90 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.13 |
| HSL | 347.93º | 0.71% | 0.55% | - |
| HSV(B) | 347.93º | 0.74% | 0.87% | - |
| XYZ | 33.13 | 19.04 | 11.6 | - |
| YUV | 109.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 90 | 0 | 0.74 | 0.59 | 0.13 | 347.93 | 0.71 | 0.55 |
| Hex | DD | 39 | 5A | 0 | 4A | 3B | D | 15C | 47 | 37 |
| Octal | 335 | 71 | 132 | 0 | 112 | 73 | 15 | 534 | 107 | 67 |
| Binary | 11011101 | 111001 | 1011010 | 0 | 1001010 | 111011 | 1101 | 101011100 | 1000111 | 110111 |
Color Harmonies of #DD395A
Complementary color
Monochromatic Colors of #DD395A
Black with #DD395A
Text Example
Text Example
White with #DD395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD395A; }
p { color: rgb(221,57,90); }
H1.HeaderClassName
{
color: #DD395A;
}
.AnyTagClassName
{
color: #DD395A;
}
</style>
background-color css
<style>
a { background-color: #DD395A; }
a { background-color: rgb(221,57,90); }
div.DivClassName
{
background-color: #DD395A;
}
.BgClassName
{
background-color: #DD395A;
}
</style>
border-color css
<style>
span { border-color: #DD395A; }
span { border-color: rgb(221,57,90); }
td.TdClassName
{
border-color: #DD395A;
}
.TagClassName
{
border-color: #DD395A;
}
</style>