Shades of Deep Cerise #DD35A1
Tints of Deep Cerise #DD35A1
RGB
CMYK
RGB Variations
Color information
#DD35A1 (or 0xDD35A1) is known color: Deep Cerise. HEX triplet: DD, 35 and A1. RGB value is (221,53,161). Sum of RGB (Red+Green+Blue) = 221+53+161=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD35A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD35A1 is #22CA5E. Grayscale: #737373. Windows color (decimal): -2280031 or 10565085. OLE color: 10565085.
HSL color Cylindrical-coordinate representation of color #DD35A1: hue angle of 321.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD35A1 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 161 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.13 |
| HSL | 321.43º | 0.71% | 0.54% | - |
| HSV(B) | 321.43º | 0.76% | 0.87% | - |
| XYZ | 37.52 | 20.49 | 35.7 | - |
| YUV | 115.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 161 | 0 | 0.76 | 0.27 | 0.13 | 321.43 | 0.71 | 0.54 |
| Hex | DD | 35 | A1 | 0 | 4C | 1B | D | 141 | 47 | 36 |
| Octal | 335 | 65 | 241 | 0 | 114 | 33 | 15 | 501 | 107 | 66 |
| Binary | 11011101 | 110101 | 10100001 | 0 | 1001100 | 11011 | 1101 | 101000001 | 1000111 | 110110 |
Color Harmonies of #DD35A1
Complementary color
Monochromatic Colors of #DD35A1
Black with #DD35A1
Text Example
Text Example
White with #DD35A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD35A1; }
p { color: rgb(221,53,161); }
H1.HeaderClassName
{
color: #DD35A1;
}
.AnyTagClassName
{
color: #DD35A1;
}
</style>
background-color css
<style>
a { background-color: #DD35A1; }
a { background-color: rgb(221,53,161); }
div.DivClassName
{
background-color: #DD35A1;
}
.BgClassName
{
background-color: #DD35A1;
}
</style>
border-color css
<style>
span { border-color: #DD35A1; }
span { border-color: rgb(221,53,161); }
td.TdClassName
{
border-color: #DD35A1;
}
.TagClassName
{
border-color: #DD35A1;
}
</style>