Shades of Deep Cerise #DD2675
Tints of Deep Cerise #DD2675
RGB
CMYK
RGB Variations
Color information
#DD2675 (or 0xDD2675) is known color: Deep Cerise. HEX triplet: DD, 26 and 75. RGB value is (221,38,117). Sum of RGB (Red+Green+Blue) = 221+38+117=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2675 is #22D98A. Grayscale: #656565. Windows color (decimal): -2283915 or 7677661. OLE color: 7677661.
HSL color Cylindrical-coordinate representation of color #DD2675: hue angle of 334.1º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2675 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 117 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.13 |
| HSL | 334.1º | 0.73% | 0.51% | - |
| HSV(B) | 334.1º | 0.83% | 0.87% | - |
| XYZ | 33.72 | 18.04 | 18.53 | - |
| YUV | 101.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 117 | 0 | 0.83 | 0.47 | 0.13 | 334.1 | 0.73 | 0.51 |
| Hex | DD | 26 | 75 | 0 | 53 | 2F | D | 14E | 49 | 33 |
| Octal | 335 | 46 | 165 | 0 | 123 | 57 | 15 | 516 | 111 | 63 |
| Binary | 11011101 | 100110 | 1110101 | 0 | 1010011 | 101111 | 1101 | 101001110 | 1001001 | 110011 |
Color Harmonies of #DD2675
Complementary color
Monochromatic Colors of #DD2675
Black with #DD2675
Text Example
Text Example
White with #DD2675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2675; }
p { color: rgb(221,38,117); }
H1.HeaderClassName
{
color: #DD2675;
}
.AnyTagClassName
{
color: #DD2675;
}
</style>
background-color css
<style>
a { background-color: #DD2675; }
a { background-color: rgb(221,38,117); }
div.DivClassName
{
background-color: #DD2675;
}
.BgClassName
{
background-color: #DD2675;
}
</style>
border-color css
<style>
span { border-color: #DD2675; }
span { border-color: rgb(221,38,117); }
td.TdClassName
{
border-color: #DD2675;
}
.TagClassName
{
border-color: #DD2675;
}
</style>