Shades of Cerise #DD235A
Tints of Cerise #DD235A
RGB
CMYK
RGB Variations
Color information
#DD235A (or 0xDD235A) is known color: Cerise. HEX triplet: DD, 23 and 5A. RGB value is (221,35,90). Sum of RGB (Red+Green+Blue) = 221+35+90=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD235A is #22DCA5. Grayscale: #606060. Windows color (decimal): -2284710 or 5907421. OLE color: 5907421.
HSL color Cylindrical-coordinate representation of color #DD235A: hue angle of 342.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD235A is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 90 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.13 |
| HSL | 342.26º | 0.73% | 0.5% | - |
| HSV(B) | 342.26º | 0.84% | 0.87% | - |
| XYZ | 32.27 | 17.31 | 11.31 | - |
| YUV | 96.88 | 124.12 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 90 | 0 | 0.84 | 0.59 | 0.13 | 342.26 | 0.73 | 0.5 |
| Hex | DD | 23 | 5A | 0 | 54 | 3B | D | 156 | 49 | 32 |
| Octal | 335 | 43 | 132 | 0 | 124 | 73 | 15 | 526 | 111 | 62 |
| Binary | 11011101 | 100011 | 1011010 | 0 | 1010100 | 111011 | 1101 | 101010110 | 1001001 | 110010 |
Color Harmonies of #DD235A
Complementary color
Monochromatic Colors of #DD235A
Black with #DD235A
Text Example
Text Example
White with #DD235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD235A; }
p { color: rgb(221,35,90); }
H1.HeaderClassName
{
color: #DD235A;
}
.AnyTagClassName
{
color: #DD235A;
}
</style>
background-color css
<style>
a { background-color: #DD235A; }
a { background-color: rgb(221,35,90); }
div.DivClassName
{
background-color: #DD235A;
}
.BgClassName
{
background-color: #DD235A;
}
</style>
border-color css
<style>
span { border-color: #DD235A; }
span { border-color: rgb(221,35,90); }
td.TdClassName
{
border-color: #DD235A;
}
.TagClassName
{
border-color: #DD235A;
}
</style>