Shades of Cerise #DD425A
Tints of Cerise #DD425A
RGB
CMYK
RGB Variations
Color information
#DD425A (or 0xDD425A) is known color: Cerise. HEX triplet: DD, 42 and 5A. RGB value is (221,66,90). Sum of RGB (Red+Green+Blue) = 221+66+90=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD425A is #22BDA5. Grayscale: #737373. Windows color (decimal): -2276774 or 5915357. OLE color: 5915357.
HSL color Cylindrical-coordinate representation of color #DD425A: hue angle of 350.71º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD425A is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 90 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.13 |
| HSL | 350.71º | 0.7% | 0.56% | - |
| HSV(B) | 350.71º | 0.7% | 0.87% | - |
| XYZ | 33.61 | 20.01 | 11.76 | - |
| YUV | 115.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 90 | 0 | 0.70 | 0.59 | 0.13 | 350.71 | 0.7 | 0.56 |
| Hex | DD | 42 | 5A | 0 | 46 | 3B | D | 15F | 46 | 38 |
| Octal | 335 | 102 | 132 | 0 | 106 | 73 | 15 | 537 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1011010 | 0 | 1000110 | 111011 | 1101 | 101011111 | 1000110 | 111000 |
Color Harmonies of #DD425A
Complementary color
Monochromatic Colors of #DD425A
Black with #DD425A
Text Example
Text Example
White with #DD425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD425A; }
p { color: rgb(221,66,90); }
H1.HeaderClassName
{
color: #DD425A;
}
.AnyTagClassName
{
color: #DD425A;
}
</style>
background-color css
<style>
a { background-color: #DD425A; }
a { background-color: rgb(221,66,90); }
div.DivClassName
{
background-color: #DD425A;
}
.BgClassName
{
background-color: #DD425A;
}
</style>
border-color css
<style>
span { border-color: #DD425A; }
span { border-color: rgb(221,66,90); }
td.TdClassName
{
border-color: #DD425A;
}
.TagClassName
{
border-color: #DD425A;
}
</style>