Shades of Cerise #DD295C
Tints of Cerise #DD295C
RGB
CMYK
RGB Variations
Color information
#DD295C (or 0xDD295C) is known color: Cerise. HEX triplet: DD, 29 and 5C. RGB value is (221,41,92). Sum of RGB (Red+Green+Blue) = 221+41+92=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD295C is #22D6A3. Grayscale: #646464. Windows color (decimal): -2283172 or 6040029. OLE color: 6040029.
HSL color Cylindrical-coordinate representation of color #DD295C: hue angle of 343º 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 #DD295C is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 92 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.13 |
| HSL | 343º | 0.73% | 0.51% | - |
| HSV(B) | 343º | 0.81% | 0.87% | - |
| XYZ | 32.54 | 17.73 | 11.83 | - |
| YUV | 100.63 | 123.13 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 92 | 0 | 0.81 | 0.58 | 0.13 | 343 | 0.73 | 0.51 |
| Hex | DD | 29 | 5C | 0 | 51 | 3A | D | 157 | 49 | 33 |
| Octal | 335 | 51 | 134 | 0 | 121 | 72 | 15 | 527 | 111 | 63 |
| Binary | 11011101 | 101001 | 1011100 | 0 | 1010001 | 111010 | 1101 | 101010111 | 1001001 | 110011 |
Color Harmonies of #DD295C
Complementary color
Monochromatic Colors of #DD295C
Black with #DD295C
Text Example
Text Example
White with #DD295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD295C; }
p { color: rgb(221,41,92); }
H1.HeaderClassName
{
color: #DD295C;
}
.AnyTagClassName
{
color: #DD295C;
}
</style>
background-color css
<style>
a { background-color: #DD295C; }
a { background-color: rgb(221,41,92); }
div.DivClassName
{
background-color: #DD295C;
}
.BgClassName
{
background-color: #DD295C;
}
</style>
border-color css
<style>
span { border-color: #DD295C; }
span { border-color: rgb(221,41,92); }
td.TdClassName
{
border-color: #DD295C;
}
.TagClassName
{
border-color: #DD295C;
}
</style>