Shades of Deep Cerise #DD27A1
Tints of Deep Cerise #DD27A1
RGB
CMYK
RGB Variations
Color information
#DD27A1 (or 0xDD27A1) is known color: Deep Cerise. HEX triplet: DD, 27 and A1. RGB value is (221,39,161). Sum of RGB (Red+Green+Blue) = 221+39+161=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD27A1 is #22D85E. Grayscale: #6B6B6B. Windows color (decimal): -2283615 or 10561501. OLE color: 10561501.
HSL color Cylindrical-coordinate representation of color #DD27A1: hue angle of 319.78º 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 #DD27A1 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 161 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.13 |
| HSL | 319.78º | 0.73% | 0.51% | - |
| HSV(B) | 319.78º | 0.82% | 0.87% | - |
| XYZ | 36.98 | 19.4 | 35.51 | - |
| YUV | 107.33 | 158.3 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 161 | 0 | 0.82 | 0.27 | 0.13 | 319.78 | 0.73 | 0.51 |
| Hex | DD | 27 | A1 | 0 | 52 | 1B | D | 140 | 49 | 33 |
| Octal | 335 | 47 | 241 | 0 | 122 | 33 | 15 | 500 | 111 | 63 |
| Binary | 11011101 | 100111 | 10100001 | 0 | 1010010 | 11011 | 1101 | 101000000 | 1001001 | 110011 |
Color Harmonies of #DD27A1
Complementary color
Monochromatic Colors of #DD27A1
Black with #DD27A1
Text Example
Text Example
White with #DD27A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD27A1; }
p { color: rgb(221,39,161); }
H1.HeaderClassName
{
color: #DD27A1;
}
.AnyTagClassName
{
color: #DD27A1;
}
</style>
background-color css
<style>
a { background-color: #DD27A1; }
a { background-color: rgb(221,39,161); }
div.DivClassName
{
background-color: #DD27A1;
}
.BgClassName
{
background-color: #DD27A1;
}
</style>
border-color css
<style>
span { border-color: #DD27A1; }
span { border-color: rgb(221,39,161); }
td.TdClassName
{
border-color: #DD27A1;
}
.TagClassName
{
border-color: #DD27A1;
}
</style>