Shades of Cerise #DD325B
Tints of Cerise #DD325B
RGB
CMYK
RGB Variations
Color information
#DD325B (or 0xDD325B) is known color: Cerise. HEX triplet: DD, 32 and 5B. RGB value is (221,50,91). Sum of RGB (Red+Green+Blue) = 221+50+91=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD325B is #22CDA4. Grayscale: #696969. Windows color (decimal): -2280869 or 5976797. OLE color: 5976797.
HSL color Cylindrical-coordinate representation of color #DD325B: hue angle of 345.61º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD325B is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 91 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.13 |
| HSL | 345.61º | 0.72% | 0.53% | - |
| HSV(B) | 345.61º | 0.77% | 0.87% | - |
| XYZ | 32.85 | 18.41 | 11.72 | - |
| YUV | 105.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 91 | 0 | 0.77 | 0.59 | 0.13 | 345.61 | 0.72 | 0.53 |
| Hex | DD | 32 | 5B | 0 | 4D | 3B | D | 15A | 48 | 35 |
| Octal | 335 | 62 | 133 | 0 | 115 | 73 | 15 | 532 | 110 | 65 |
| Binary | 11011101 | 110010 | 1011011 | 0 | 1001101 | 111011 | 1101 | 101011010 | 1001000 | 110101 |
Color Harmonies of #DD325B
Complementary color
Monochromatic Colors of #DD325B
Black with #DD325B
Text Example
Text Example
White with #DD325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD325B; }
p { color: rgb(221,50,91); }
H1.HeaderClassName
{
color: #DD325B;
}
.AnyTagClassName
{
color: #DD325B;
}
</style>
background-color css
<style>
a { background-color: #DD325B; }
a { background-color: rgb(221,50,91); }
div.DivClassName
{
background-color: #DD325B;
}
.BgClassName
{
background-color: #DD325B;
}
</style>
border-color css
<style>
span { border-color: #DD325B; }
span { border-color: rgb(221,50,91); }
td.TdClassName
{
border-color: #DD325B;
}
.TagClassName
{
border-color: #DD325B;
}
</style>