Shades of Deep Cerise #DD478A
Tints of Deep Cerise #DD478A
RGB
CMYK
RGB Variations
Color information
#DD478A (or 0xDD478A) is known color: Deep Cerise. HEX triplet: DD, 47 and 8A. RGB value is (221,71,138). Sum of RGB (Red+Green+Blue) = 221+71+138=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD478A is #22B875. Grayscale: #7B7B7B. Windows color (decimal): -2275446 or 9062365. OLE color: 9062365.
HSL color Cylindrical-coordinate representation of color #DD478A: hue angle of 333.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD478A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 138 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.13 |
| HSL | 333.2º | 0.69% | 0.57% | - |
| HSV(B) | 333.2º | 0.68% | 0.87% | - |
| XYZ | 36.66 | 21.71 | 26.3 | - |
| YUV | 123.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 138 | 0 | 0.68 | 0.38 | 0.13 | 333.2 | 0.69 | 0.57 |
| Hex | DD | 47 | 8A | 0 | 44 | 26 | D | 14D | 45 | 39 |
| Octal | 335 | 107 | 212 | 0 | 104 | 46 | 15 | 515 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10001010 | 0 | 1000100 | 100110 | 1101 | 101001101 | 1000101 | 111001 |
Color Harmonies of #DD478A
Complementary color
Monochromatic Colors of #DD478A
Black with #DD478A
Text Example
Text Example
White with #DD478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD478A; }
p { color: rgb(221,71,138); }
H1.HeaderClassName
{
color: #DD478A;
}
.AnyTagClassName
{
color: #DD478A;
}
</style>
background-color css
<style>
a { background-color: #DD478A; }
a { background-color: rgb(221,71,138); }
div.DivClassName
{
background-color: #DD478A;
}
.BgClassName
{
background-color: #DD478A;
}
</style>
border-color css
<style>
span { border-color: #DD478A; }
span { border-color: rgb(221,71,138); }
td.TdClassName
{
border-color: #DD478A;
}
.TagClassName
{
border-color: #DD478A;
}
</style>