Shades of Cerise #DD405B
Tints of Cerise #DD405B
RGB
CMYK
RGB Variations
Color information
#DD405B (or 0xDD405B) is known color: Cerise. HEX triplet: DD, 40 and 5B. RGB value is (221,64,91). Sum of RGB (Red+Green+Blue) = 221+64+91=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD405B is #22BFA4. Grayscale: #727272. Windows color (decimal): -2277285 or 5980381. OLE color: 5980381.
HSL color Cylindrical-coordinate representation of color #DD405B: hue angle of 349.68º 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 #DD405B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 91 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.13 |
| HSL | 349.68º | 0.7% | 0.56% | - |
| HSV(B) | 349.68º | 0.71% | 0.87% | - |
| XYZ | 33.54 | 19.79 | 11.95 | - |
| YUV | 114.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 91 | 0 | 0.71 | 0.59 | 0.13 | 349.68 | 0.7 | 0.56 |
| Hex | DD | 40 | 5B | 0 | 47 | 3B | D | 15E | 46 | 38 |
| Octal | 335 | 100 | 133 | 0 | 107 | 73 | 15 | 536 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1011011 | 0 | 1000111 | 111011 | 1101 | 101011110 | 1000110 | 111000 |
Color Harmonies of #DD405B
Complementary color
Monochromatic Colors of #DD405B
Black with #DD405B
Text Example
Text Example
White with #DD405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD405B; }
p { color: rgb(221,64,91); }
H1.HeaderClassName
{
color: #DD405B;
}
.AnyTagClassName
{
color: #DD405B;
}
</style>
background-color css
<style>
a { background-color: #DD405B; }
a { background-color: rgb(221,64,91); }
div.DivClassName
{
background-color: #DD405B;
}
.BgClassName
{
background-color: #DD405B;
}
</style>
border-color css
<style>
span { border-color: #DD405B; }
span { border-color: rgb(221,64,91); }
td.TdClassName
{
border-color: #DD405B;
}
.TagClassName
{
border-color: #DD405B;
}
</style>