Shades of Deep Cerise #DD3F7F
Tints of Deep Cerise #DD3F7F
RGB
CMYK
RGB Variations
Color information
#DD3F7F (or 0xDD3F7F) is known color: Deep Cerise. HEX triplet: DD, 3F and 7F. RGB value is (221,63,127). Sum of RGB (Red+Green+Blue) = 221+63+127=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F7F is #22C080. Grayscale: #757575. Windows color (decimal): -2277505 or 8339421. OLE color: 8339421.
HSL color Cylindrical-coordinate representation of color #DD3F7F: hue angle of 335.7º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F7F is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 127 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.13 |
| HSL | 335.7º | 0.7% | 0.56% | - |
| HSV(B) | 335.7º | 0.71% | 0.87% | - |
| XYZ | 35.43 | 20.46 | 22.16 | - |
| YUV | 117.54 | 133.35 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 127 | 0 | 0.71 | 0.43 | 0.13 | 335.7 | 0.7 | 0.56 |
| Hex | DD | 3F | 7F | 0 | 47 | 2B | D | 150 | 46 | 38 |
| Octal | 335 | 77 | 177 | 0 | 107 | 53 | 15 | 520 | 106 | 70 |
| Binary | 11011101 | 111111 | 1111111 | 0 | 1000111 | 101011 | 1101 | 101010000 | 1000110 | 111000 |
Color Harmonies of #DD3F7F
Complementary color
Monochromatic Colors of #DD3F7F
Black with #DD3F7F
Text Example
Text Example
White with #DD3F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F7F; }
p { color: rgb(221,63,127); }
H1.HeaderClassName
{
color: #DD3F7F;
}
.AnyTagClassName
{
color: #DD3F7F;
}
</style>
background-color css
<style>
a { background-color: #DD3F7F; }
a { background-color: rgb(221,63,127); }
div.DivClassName
{
background-color: #DD3F7F;
}
.BgClassName
{
background-color: #DD3F7F;
}
</style>
border-color css
<style>
span { border-color: #DD3F7F; }
span { border-color: rgb(221,63,127); }
td.TdClassName
{
border-color: #DD3F7F;
}
.TagClassName
{
border-color: #DD3F7F;
}
</style>