Shades of Deep Cerise #DD4385
Tints of Deep Cerise #DD4385
RGB
CMYK
RGB Variations
Color information
#DD4385 (or 0xDD4385) is known color: Deep Cerise. HEX triplet: DD, 43 and 85. RGB value is (221,67,133). Sum of RGB (Red+Green+Blue) = 221+67+133=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4385 is #22BC7A. Grayscale: #787878. Windows color (decimal): -2276475 or 8733661. OLE color: 8733661.
HSL color Cylindrical-coordinate representation of color #DD4385: hue angle of 334.29º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4385 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 133 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.13 |
| HSL | 334.29º | 0.69% | 0.56% | - |
| HSV(B) | 334.29º | 0.7% | 0.87% | - |
| XYZ | 36.06 | 21.08 | 24.36 | - |
| YUV | 120.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 133 | 0 | 0.70 | 0.40 | 0.13 | 334.29 | 0.69 | 0.56 |
| Hex | DD | 43 | 85 | 0 | 46 | 28 | D | 14E | 45 | 38 |
| Octal | 335 | 103 | 205 | 0 | 106 | 50 | 15 | 516 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10000101 | 0 | 1000110 | 101000 | 1101 | 101001110 | 1000101 | 111000 |
Color Harmonies of #DD4385
Complementary color
Monochromatic Colors of #DD4385
Black with #DD4385
Text Example
Text Example
White with #DD4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4385; }
p { color: rgb(221,67,133); }
H1.HeaderClassName
{
color: #DD4385;
}
.AnyTagClassName
{
color: #DD4385;
}
</style>
background-color css
<style>
a { background-color: #DD4385; }
a { background-color: rgb(221,67,133); }
div.DivClassName
{
background-color: #DD4385;
}
.BgClassName
{
background-color: #DD4385;
}
</style>
border-color css
<style>
span { border-color: #DD4385; }
span { border-color: rgb(221,67,133); }
td.TdClassName
{
border-color: #DD4385;
}
.TagClassName
{
border-color: #DD4385;
}
</style>