Shades of Deep Cerise #DD43A5
Tints of Deep Cerise #DD43A5
RGB
CMYK
RGB Variations
Color information
#DD43A5 (or 0xDD43A5) is known color: Deep Cerise. HEX triplet: DD, 43 and A5. RGB value is (221,67,165). Sum of RGB (Red+Green+Blue) = 221+67+165=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD43A5 is #22BC5A. Grayscale: #7B7B7B. Windows color (decimal): -2276443 or 10830813. OLE color: 10830813.
HSL color Cylindrical-coordinate representation of color #DD43A5: hue angle of 321.82º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD43A5 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 165 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.13 |
| HSL | 321.82º | 0.69% | 0.56% | - |
| HSV(B) | 321.82º | 0.7% | 0.87% | - |
| XYZ | 38.62 | 22.1 | 37.83 | - |
| YUV | 124.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 165 | 0 | 0.70 | 0.25 | 0.13 | 321.82 | 0.69 | 0.56 |
| Hex | DD | 43 | A5 | 0 | 46 | 19 | D | 142 | 45 | 38 |
| Octal | 335 | 103 | 245 | 0 | 106 | 31 | 15 | 502 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10100101 | 0 | 1000110 | 11001 | 1101 | 101000010 | 1000101 | 111000 |
Color Harmonies of #DD43A5
Complementary color
Monochromatic Colors of #DD43A5
Black with #DD43A5
Text Example
Text Example
White with #DD43A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43A5; }
p { color: rgb(221,67,165); }
H1.HeaderClassName
{
color: #DD43A5;
}
.AnyTagClassName
{
color: #DD43A5;
}
</style>
background-color css
<style>
a { background-color: #DD43A5; }
a { background-color: rgb(221,67,165); }
div.DivClassName
{
background-color: #DD43A5;
}
.BgClassName
{
background-color: #DD43A5;
}
</style>
border-color css
<style>
span { border-color: #DD43A5; }
span { border-color: rgb(221,67,165); }
td.TdClassName
{
border-color: #DD43A5;
}
.TagClassName
{
border-color: #DD43A5;
}
</style>