Shades of Deep Cerise #DD2BA5
Tints of Deep Cerise #DD2BA5
RGB
CMYK
RGB Variations
Color information
#DD2BA5 (or 0xDD2BA5) is known color: Deep Cerise. HEX triplet: DD, 2B and A5. RGB value is (221,43,165). Sum of RGB (Red+Green+Blue) = 221+43+165=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2BA5 is #22D45A. Grayscale: #6D6D6D. Windows color (decimal): -2282587 or 10824669. OLE color: 10824669.
HSL color Cylindrical-coordinate representation of color #DD2BA5: hue angle of 318.88º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2BA5 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 165 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.13 |
| HSL | 318.88º | 0.72% | 0.52% | - |
| HSV(B) | 318.88º | 0.81% | 0.87% | - |
| XYZ | 37.47 | 19.82 | 37.45 | - |
| YUV | 110.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 165 | 0 | 0.81 | 0.25 | 0.13 | 318.88 | 0.72 | 0.52 |
| Hex | DD | 2B | A5 | 0 | 51 | 19 | D | 13F | 48 | 34 |
| Octal | 335 | 53 | 245 | 0 | 121 | 31 | 15 | 477 | 110 | 64 |
| Binary | 11011101 | 101011 | 10100101 | 0 | 1010001 | 11001 | 1101 | 100111111 | 1001000 | 110100 |
Color Harmonies of #DD2BA5
Complementary color
Monochromatic Colors of #DD2BA5
Black with #DD2BA5
Text Example
Text Example
White with #DD2BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BA5; }
p { color: rgb(221,43,165); }
H1.HeaderClassName
{
color: #DD2BA5;
}
.AnyTagClassName
{
color: #DD2BA5;
}
</style>
background-color css
<style>
a { background-color: #DD2BA5; }
a { background-color: rgb(221,43,165); }
div.DivClassName
{
background-color: #DD2BA5;
}
.BgClassName
{
background-color: #DD2BA5;
}
</style>
border-color css
<style>
span { border-color: #DD2BA5; }
span { border-color: rgb(221,43,165); }
td.TdClassName
{
border-color: #DD2BA5;
}
.TagClassName
{
border-color: #DD2BA5;
}
</style>