Shades of Cerise #DD415A
Tints of Cerise #DD415A
RGB
CMYK
RGB Variations
Color information
#DD415A (or 0xDD415A) is known color: Cerise. HEX triplet: DD, 41 and 5A. RGB value is (221,65,90). Sum of RGB (Red+Green+Blue) = 221+65+90=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD415A is #22BEA5. Grayscale: #727272. Windows color (decimal): -2277030 or 5915101. OLE color: 5915101.
HSL color Cylindrical-coordinate representation of color #DD415A: hue angle of 350.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD415A is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 90 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.13 |
| HSL | 350.38º | 0.7% | 0.56% | - |
| HSV(B) | 350.38º | 0.71% | 0.87% | - |
| XYZ | 33.55 | 19.89 | 11.74 | - |
| YUV | 114.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 90 | 0 | 0.71 | 0.59 | 0.13 | 350.38 | 0.7 | 0.56 |
| Hex | DD | 41 | 5A | 0 | 47 | 3B | D | 15E | 46 | 38 |
| Octal | 335 | 101 | 132 | 0 | 107 | 73 | 15 | 536 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1011010 | 0 | 1000111 | 111011 | 1101 | 101011110 | 1000110 | 111000 |
Color Harmonies of #DD415A
Complementary color
Monochromatic Colors of #DD415A
Black with #DD415A
Text Example
Text Example
White with #DD415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD415A; }
p { color: rgb(221,65,90); }
H1.HeaderClassName
{
color: #DD415A;
}
.AnyTagClassName
{
color: #DD415A;
}
</style>
background-color css
<style>
a { background-color: #DD415A; }
a { background-color: rgb(221,65,90); }
div.DivClassName
{
background-color: #DD415A;
}
.BgClassName
{
background-color: #DD415A;
}
</style>
border-color css
<style>
span { border-color: #DD415A; }
span { border-color: rgb(221,65,90); }
td.TdClassName
{
border-color: #DD415A;
}
.TagClassName
{
border-color: #DD415A;
}
</style>