Shades of Cerise #DD295F
Tints of Cerise #DD295F
RGB
CMYK
RGB Variations
Color information
#DD295F (or 0xDD295F) is known color: Cerise. HEX triplet: DD, 29 and 5F. RGB value is (221,41,95). Sum of RGB (Red+Green+Blue) = 221+41+95=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD295F is #22D6A0. Grayscale: #646464. Windows color (decimal): -2283169 or 6236637. OLE color: 6236637.
HSL color Cylindrical-coordinate representation of color #DD295F: hue angle of 342º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD295F is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 95 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.13 |
| HSL | 342º | 0.73% | 0.51% | - |
| HSV(B) | 342º | 0.81% | 0.87% | - |
| XYZ | 32.68 | 17.78 | 12.54 | - |
| YUV | 100.98 | 124.63 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 95 | 0 | 0.81 | 0.57 | 0.13 | 342 | 0.73 | 0.51 |
| Hex | DD | 29 | 5F | 0 | 51 | 39 | D | 156 | 49 | 33 |
| Octal | 335 | 51 | 137 | 0 | 121 | 71 | 15 | 526 | 111 | 63 |
| Binary | 11011101 | 101001 | 1011111 | 0 | 1010001 | 111001 | 1101 | 101010110 | 1001001 | 110011 |
Color Harmonies of #DD295F
Complementary color
Monochromatic Colors of #DD295F
Black with #DD295F
Text Example
Text Example
White with #DD295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD295F; }
p { color: rgb(221,41,95); }
H1.HeaderClassName
{
color: #DD295F;
}
.AnyTagClassName
{
color: #DD295F;
}
</style>
background-color css
<style>
a { background-color: #DD295F; }
a { background-color: rgb(221,41,95); }
div.DivClassName
{
background-color: #DD295F;
}
.BgClassName
{
background-color: #DD295F;
}
</style>
border-color css
<style>
span { border-color: #DD295F; }
span { border-color: rgb(221,41,95); }
td.TdClassName
{
border-color: #DD295F;
}
.TagClassName
{
border-color: #DD295F;
}
</style>