Shades of Deep Cerise #DD2FA0
Tints of Deep Cerise #DD2FA0
RGB
CMYK
RGB Variations
Color information
#DD2FA0 (or 0xDD2FA0) is known color: Deep Cerise. HEX triplet: DD, 2F and A0. RGB value is (221,47,160). Sum of RGB (Red+Green+Blue) = 221+47+160=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2FA0 is #22D05F. Grayscale: #6F6F6F. Windows color (decimal): -2281568 or 10498013. OLE color: 10498013.
HSL color Cylindrical-coordinate representation of color #DD2FA0: hue angle of 321.03º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2FA0 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 160 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.13 |
| HSL | 321.03º | 0.72% | 0.53% | - |
| HSV(B) | 321.03º | 0.79% | 0.87% | - |
| XYZ | 37.18 | 19.94 | 35.15 | - |
| YUV | 111.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 160 | 0 | 0.79 | 0.28 | 0.13 | 321.03 | 0.72 | 0.53 |
| Hex | DD | 2F | A0 | 0 | 4F | 1C | D | 141 | 48 | 35 |
| Octal | 335 | 57 | 240 | 0 | 117 | 34 | 15 | 501 | 110 | 65 |
| Binary | 11011101 | 101111 | 10100000 | 0 | 1001111 | 11100 | 1101 | 101000001 | 1001000 | 110101 |
Color Harmonies of #DD2FA0
Complementary color
Monochromatic Colors of #DD2FA0
Black with #DD2FA0
Text Example
Text Example
White with #DD2FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2FA0; }
p { color: rgb(221,47,160); }
H1.HeaderClassName
{
color: #DD2FA0;
}
.AnyTagClassName
{
color: #DD2FA0;
}
</style>
background-color css
<style>
a { background-color: #DD2FA0; }
a { background-color: rgb(221,47,160); }
div.DivClassName
{
background-color: #DD2FA0;
}
.BgClassName
{
background-color: #DD2FA0;
}
</style>
border-color css
<style>
span { border-color: #DD2FA0; }
span { border-color: rgb(221,47,160); }
td.TdClassName
{
border-color: #DD2FA0;
}
.TagClassName
{
border-color: #DD2FA0;
}
</style>