Shades of Cerise #DD415B
Tints of Cerise #DD415B
RGB
CMYK
RGB Variations
Color information
#DD415B (or 0xDD415B) is known color: Cerise. HEX triplet: DD, 41 and 5B. RGB value is (221,65,91). Sum of RGB (Red+Green+Blue) = 221+65+91=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD415B is #22BEA4. Grayscale: #727272. Windows color (decimal): -2277029 or 5980637. OLE color: 5980637.
HSL color Cylindrical-coordinate representation of color #DD415B: hue angle of 350º 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 #DD415B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 91 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.13 |
| HSL | 350º | 0.7% | 0.56% | - |
| HSV(B) | 350º | 0.71% | 0.87% | - |
| XYZ | 33.6 | 19.91 | 11.97 | - |
| YUV | 114.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 91 | 0 | 0.71 | 0.59 | 0.13 | 350 | 0.7 | 0.56 |
| Hex | DD | 41 | 5B | 0 | 47 | 3B | D | 15E | 46 | 38 |
| Octal | 335 | 101 | 133 | 0 | 107 | 73 | 15 | 536 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1011011 | 0 | 1000111 | 111011 | 1101 | 101011110 | 1000110 | 111000 |
Color Harmonies of #DD415B
Complementary color
Monochromatic Colors of #DD415B
Black with #DD415B
Text Example
Text Example
White with #DD415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD415B; }
p { color: rgb(221,65,91); }
H1.HeaderClassName
{
color: #DD415B;
}
.AnyTagClassName
{
color: #DD415B;
}
</style>
background-color css
<style>
a { background-color: #DD415B; }
a { background-color: rgb(221,65,91); }
div.DivClassName
{
background-color: #DD415B;
}
.BgClassName
{
background-color: #DD415B;
}
</style>
border-color css
<style>
span { border-color: #DD415B; }
span { border-color: rgb(221,65,91); }
td.TdClassName
{
border-color: #DD415B;
}
.TagClassName
{
border-color: #DD415B;
}
</style>