Shades of Deep Cerise #DD3E8A
Tints of Deep Cerise #DD3E8A
RGB
CMYK
RGB Variations
Color information
#DD3E8A (or 0xDD3E8A) is known color: Deep Cerise. HEX triplet: DD, 3E and 8A. RGB value is (221,62,138). Sum of RGB (Red+Green+Blue) = 221+62+138=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E8A is #22C175. Grayscale: #767676. Windows color (decimal): -2277750 or 9060061. OLE color: 9060061.
HSL color Cylindrical-coordinate representation of color #DD3E8A: hue angle of 331.32º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E8A is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 138 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.13 |
| HSL | 331.32º | 0.7% | 0.55% | - |
| HSV(B) | 331.32º | 0.72% | 0.87% | - |
| XYZ | 36.13 | 20.65 | 26.13 | - |
| YUV | 118.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 138 | 0 | 0.72 | 0.38 | 0.13 | 331.32 | 0.7 | 0.55 |
| Hex | DD | 3E | 8A | 0 | 48 | 26 | D | 14B | 46 | 37 |
| Octal | 335 | 76 | 212 | 0 | 110 | 46 | 15 | 513 | 106 | 67 |
| Binary | 11011101 | 111110 | 10001010 | 0 | 1001000 | 100110 | 1101 | 101001011 | 1000110 | 110111 |
Color Harmonies of #DD3E8A
Complementary color
Monochromatic Colors of #DD3E8A
Black with #DD3E8A
Text Example
Text Example
White with #DD3E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E8A; }
p { color: rgb(221,62,138); }
H1.HeaderClassName
{
color: #DD3E8A;
}
.AnyTagClassName
{
color: #DD3E8A;
}
</style>
background-color css
<style>
a { background-color: #DD3E8A; }
a { background-color: rgb(221,62,138); }
div.DivClassName
{
background-color: #DD3E8A;
}
.BgClassName
{
background-color: #DD3E8A;
}
</style>
border-color css
<style>
span { border-color: #DD3E8A; }
span { border-color: rgb(221,62,138); }
td.TdClassName
{
border-color: #DD3E8A;
}
.TagClassName
{
border-color: #DD3E8A;
}
</style>