Shades of Deep Cerise #DD3D9D
Tints of Deep Cerise #DD3D9D
RGB
CMYK
RGB Variations
Color information
#DD3D9D (or 0xDD3D9D) is known color: Deep Cerise. HEX triplet: DD, 3D and 9D. RGB value is (221,61,157). Sum of RGB (Red+Green+Blue) = 221+61+157=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D9D is #22C262. Grayscale: #777777. Windows color (decimal): -2277987 or 10304989. OLE color: 10304989.
HSL color Cylindrical-coordinate representation of color #DD3D9D: hue angle of 324º 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 #DD3D9D is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 157 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.13 |
| HSL | 324º | 0.7% | 0.55% | - |
| HSV(B) | 324º | 0.72% | 0.87% | - |
| XYZ | 37.57 | 21.14 | 34 | - |
| YUV | 119.78 | 149.01 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 157 | 0 | 0.72 | 0.29 | 0.13 | 324 | 0.7 | 0.55 |
| Hex | DD | 3D | 9D | 0 | 48 | 1D | D | 144 | 46 | 37 |
| Octal | 335 | 75 | 235 | 0 | 110 | 35 | 15 | 504 | 106 | 67 |
| Binary | 11011101 | 111101 | 10011101 | 0 | 1001000 | 11101 | 1101 | 101000100 | 1000110 | 110111 |
Color Harmonies of #DD3D9D
Complementary color
Monochromatic Colors of #DD3D9D
Black with #DD3D9D
Text Example
Text Example
White with #DD3D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D9D; }
p { color: rgb(221,61,157); }
H1.HeaderClassName
{
color: #DD3D9D;
}
.AnyTagClassName
{
color: #DD3D9D;
}
</style>
background-color css
<style>
a { background-color: #DD3D9D; }
a { background-color: rgb(221,61,157); }
div.DivClassName
{
background-color: #DD3D9D;
}
.BgClassName
{
background-color: #DD3D9D;
}
</style>
border-color css
<style>
span { border-color: #DD3D9D; }
span { border-color: rgb(221,61,157); }
td.TdClassName
{
border-color: #DD3D9D;
}
.TagClassName
{
border-color: #DD3D9D;
}
</style>