Shades of Cerise #DD3F70
Tints of Cerise #DD3F70
RGB
CMYK
RGB Variations
Color information
#DD3F70 (or 0xDD3F70) is known color: Cerise. HEX triplet: DD, 3F and 70. RGB value is (221,63,112). Sum of RGB (Red+Green+Blue) = 221+63+112=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F70 is #22C08F. Grayscale: #737373. Windows color (decimal): -2277520 or 7356381. OLE color: 7356381.
HSL color Cylindrical-coordinate representation of color #DD3F70: hue angle of 341.39º 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 #DD3F70 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 112 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.13 |
| HSL | 341.39º | 0.7% | 0.56% | - |
| HSV(B) | 341.39º | 0.71% | 0.87% | - |
| XYZ | 34.52 | 20.1 | 17.39 | - |
| YUV | 115.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 112 | 0 | 0.71 | 0.49 | 0.13 | 341.39 | 0.7 | 0.56 |
| Hex | DD | 3F | 70 | 0 | 47 | 31 | D | 155 | 46 | 38 |
| Octal | 335 | 77 | 160 | 0 | 107 | 61 | 15 | 525 | 106 | 70 |
| Binary | 11011101 | 111111 | 1110000 | 0 | 1000111 | 110001 | 1101 | 101010101 | 1000110 | 111000 |
Color Harmonies of #DD3F70
Complementary color
Monochromatic Colors of #DD3F70
Black with #DD3F70
Text Example
Text Example
White with #DD3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F70; }
p { color: rgb(221,63,112); }
H1.HeaderClassName
{
color: #DD3F70;
}
.AnyTagClassName
{
color: #DD3F70;
}
</style>
background-color css
<style>
a { background-color: #DD3F70; }
a { background-color: rgb(221,63,112); }
div.DivClassName
{
background-color: #DD3F70;
}
.BgClassName
{
background-color: #DD3F70;
}
</style>
border-color css
<style>
span { border-color: #DD3F70; }
span { border-color: rgb(221,63,112); }
td.TdClassName
{
border-color: #DD3F70;
}
.TagClassName
{
border-color: #DD3F70;
}
</style>