Shades of Deep Cerise #DD2BA4
Tints of Deep Cerise #DD2BA4
RGB
CMYK
RGB Variations
Color information
#DD2BA4 (or 0xDD2BA4) is known color: Deep Cerise. HEX triplet: DD, 2B and A4. RGB value is (221,43,164). Sum of RGB (Red+Green+Blue) = 221+43+164=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2BA4 is #22D45B. Grayscale: #6D6D6D. Windows color (decimal): -2282588 or 10759133. OLE color: 10759133.
HSL color Cylindrical-coordinate representation of color #DD2BA4: hue angle of 319.21º 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 #DD2BA4 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 164 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.13 |
| HSL | 319.21º | 0.72% | 0.52% | - |
| HSV(B) | 319.21º | 0.81% | 0.87% | - |
| XYZ | 37.38 | 19.78 | 36.97 | - |
| YUV | 110.02 | 158.47 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 164 | 0 | 0.81 | 0.26 | 0.13 | 319.21 | 0.72 | 0.52 |
| Hex | DD | 2B | A4 | 0 | 51 | 1A | D | 13F | 48 | 34 |
| Octal | 335 | 53 | 244 | 0 | 121 | 32 | 15 | 477 | 110 | 64 |
| Binary | 11011101 | 101011 | 10100100 | 0 | 1010001 | 11010 | 1101 | 100111111 | 1001000 | 110100 |
Color Harmonies of #DD2BA4
Complementary color
Monochromatic Colors of #DD2BA4
Black with #DD2BA4
Text Example
Text Example
White with #DD2BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BA4; }
p { color: rgb(221,43,164); }
H1.HeaderClassName
{
color: #DD2BA4;
}
.AnyTagClassName
{
color: #DD2BA4;
}
</style>
background-color css
<style>
a { background-color: #DD2BA4; }
a { background-color: rgb(221,43,164); }
div.DivClassName
{
background-color: #DD2BA4;
}
.BgClassName
{
background-color: #DD2BA4;
}
</style>
border-color css
<style>
span { border-color: #DD2BA4; }
span { border-color: rgb(221,43,164); }
td.TdClassName
{
border-color: #DD2BA4;
}
.TagClassName
{
border-color: #DD2BA4;
}
</style>