Shades of Cerise #DD3875
Tints of Cerise #DD3875
RGB
CMYK
RGB Variations
Color information
#DD3875 (or 0xDD3875) is known color: Cerise. HEX triplet: DD, 38 and 75. RGB value is (221,56,117). Sum of RGB (Red+Green+Blue) = 221+56+117=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3875 is #22C78A. Grayscale: #707070. Windows color (decimal): -2279307 or 7682269. OLE color: 7682269.
HSL color Cylindrical-coordinate representation of color #DD3875: hue angle of 337.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3875 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 117 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.13 |
| HSL | 337.82º | 0.71% | 0.54% | - |
| HSV(B) | 337.82º | 0.75% | 0.87% | - |
| XYZ | 34.44 | 19.48 | 18.78 | - |
| YUV | 112.29 | 130.66 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 117 | 0 | 0.75 | 0.47 | 0.13 | 337.82 | 0.71 | 0.54 |
| Hex | DD | 38 | 75 | 0 | 4B | 2F | D | 152 | 47 | 36 |
| Octal | 335 | 70 | 165 | 0 | 113 | 57 | 15 | 522 | 107 | 66 |
| Binary | 11011101 | 111000 | 1110101 | 0 | 1001011 | 101111 | 1101 | 101010010 | 1000111 | 110110 |
Color Harmonies of #DD3875
Complementary color
Monochromatic Colors of #DD3875
Black with #DD3875
Text Example
Text Example
White with #DD3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3875; }
p { color: rgb(221,56,117); }
H1.HeaderClassName
{
color: #DD3875;
}
.AnyTagClassName
{
color: #DD3875;
}
</style>
background-color css
<style>
a { background-color: #DD3875; }
a { background-color: rgb(221,56,117); }
div.DivClassName
{
background-color: #DD3875;
}
.BgClassName
{
background-color: #DD3875;
}
</style>
border-color css
<style>
span { border-color: #DD3875; }
span { border-color: rgb(221,56,117); }
td.TdClassName
{
border-color: #DD3875;
}
.TagClassName
{
border-color: #DD3875;
}
</style>