Shades of Cerise #DD385A
Tints of Cerise #DD385A
RGB
CMYK
RGB Variations
Color information
#DD385A (or 0xDD385A) is known color: Cerise. HEX triplet: DD, 38 and 5A. RGB value is (221,56,90). Sum of RGB (Red+Green+Blue) = 221+56+90=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD385A is #22C7A5. Grayscale: #6D6D6D. Windows color (decimal): -2279334 or 5912797. OLE color: 5912797.
HSL color Cylindrical-coordinate representation of color #DD385A: hue angle of 347.64º 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 #DD385A is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 90 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.13 |
| HSL | 347.64º | 0.71% | 0.54% | - |
| HSV(B) | 347.64º | 0.75% | 0.87% | - |
| XYZ | 33.08 | 18.94 | 11.58 | - |
| YUV | 109.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 90 | 0 | 0.75 | 0.59 | 0.13 | 347.64 | 0.71 | 0.54 |
| Hex | DD | 38 | 5A | 0 | 4B | 3B | D | 15C | 47 | 36 |
| Octal | 335 | 70 | 132 | 0 | 113 | 73 | 15 | 534 | 107 | 66 |
| Binary | 11011101 | 111000 | 1011010 | 0 | 1001011 | 111011 | 1101 | 101011100 | 1000111 | 110110 |
Color Harmonies of #DD385A
Complementary color
Monochromatic Colors of #DD385A
Black with #DD385A
Text Example
Text Example
White with #DD385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD385A; }
p { color: rgb(221,56,90); }
H1.HeaderClassName
{
color: #DD385A;
}
.AnyTagClassName
{
color: #DD385A;
}
</style>
background-color css
<style>
a { background-color: #DD385A; }
a { background-color: rgb(221,56,90); }
div.DivClassName
{
background-color: #DD385A;
}
.BgClassName
{
background-color: #DD385A;
}
</style>
border-color css
<style>
span { border-color: #DD385A; }
span { border-color: rgb(221,56,90); }
td.TdClassName
{
border-color: #DD385A;
}
.TagClassName
{
border-color: #DD385A;
}
</style>