Shades of Deep Cerise #DD28A3
Tints of Deep Cerise #DD28A3
RGB
CMYK
RGB Variations
Color information
#DD28A3 (or 0xDD28A3) is known color: Deep Cerise. HEX triplet: DD, 28 and A3. RGB value is (221,40,163). Sum of RGB (Red+Green+Blue) = 221+40+163=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28A3 is #22D75C. Grayscale: #6B6B6B. Windows color (decimal): -2283357 or 10692829. OLE color: 10692829.
HSL color Cylindrical-coordinate representation of color #DD28A3: hue angle of 319.23º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD28A3 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 163 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.13 |
| HSL | 319.23º | 0.73% | 0.51% | - |
| HSV(B) | 319.23º | 0.82% | 0.87% | - |
| XYZ | 37.19 | 19.53 | 36.46 | - |
| YUV | 108.14 | 158.97 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 163 | 0 | 0.82 | 0.26 | 0.13 | 319.23 | 0.73 | 0.51 |
| Hex | DD | 28 | A3 | 0 | 52 | 1A | D | 13F | 49 | 33 |
| Octal | 335 | 50 | 243 | 0 | 122 | 32 | 15 | 477 | 111 | 63 |
| Binary | 11011101 | 101000 | 10100011 | 0 | 1010010 | 11010 | 1101 | 100111111 | 1001001 | 110011 |
Color Harmonies of #DD28A3
Complementary color
Monochromatic Colors of #DD28A3
Black with #DD28A3
Text Example
Text Example
White with #DD28A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28A3; }
p { color: rgb(221,40,163); }
H1.HeaderClassName
{
color: #DD28A3;
}
.AnyTagClassName
{
color: #DD28A3;
}
</style>
background-color css
<style>
a { background-color: #DD28A3; }
a { background-color: rgb(221,40,163); }
div.DivClassName
{
background-color: #DD28A3;
}
.BgClassName
{
background-color: #DD28A3;
}
</style>
border-color css
<style>
span { border-color: #DD28A3; }
span { border-color: rgb(221,40,163); }
td.TdClassName
{
border-color: #DD28A3;
}
.TagClassName
{
border-color: #DD28A3;
}
</style>