Shades of Deep Cerise #DD368A
Tints of Deep Cerise #DD368A
RGB
CMYK
RGB Variations
Color information
#DD368A (or 0xDD368A) is known color: Deep Cerise. HEX triplet: DD, 36 and 8A. RGB value is (221,54,138). Sum of RGB (Red+Green+Blue) = 221+54+138=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD368A is #22C975. Grayscale: #717171. Windows color (decimal): -2279798 or 9058013. OLE color: 9058013.
HSL color Cylindrical-coordinate representation of color #DD368A: hue angle of 329.82º 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 #DD368A is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 138 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.13 |
| HSL | 329.82º | 0.71% | 0.54% | - |
| HSV(B) | 329.82º | 0.76% | 0.87% | - |
| XYZ | 35.73 | 19.85 | 25.99 | - |
| YUV | 113.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 138 | 0 | 0.76 | 0.38 | 0.13 | 329.82 | 0.71 | 0.54 |
| Hex | DD | 36 | 8A | 0 | 4C | 26 | D | 14A | 47 | 36 |
| Octal | 335 | 66 | 212 | 0 | 114 | 46 | 15 | 512 | 107 | 66 |
| Binary | 11011101 | 110110 | 10001010 | 0 | 1001100 | 100110 | 1101 | 101001010 | 1000111 | 110110 |
Color Harmonies of #DD368A
Complementary color
Monochromatic Colors of #DD368A
Black with #DD368A
Text Example
Text Example
White with #DD368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD368A; }
p { color: rgb(221,54,138); }
H1.HeaderClassName
{
color: #DD368A;
}
.AnyTagClassName
{
color: #DD368A;
}
</style>
background-color css
<style>
a { background-color: #DD368A; }
a { background-color: rgb(221,54,138); }
div.DivClassName
{
background-color: #DD368A;
}
.BgClassName
{
background-color: #DD368A;
}
</style>
border-color css
<style>
span { border-color: #DD368A; }
span { border-color: rgb(221,54,138); }
td.TdClassName
{
border-color: #DD368A;
}
.TagClassName
{
border-color: #DD368A;
}
</style>