Shades of Cerise #DD3B5D
Tints of Cerise #DD3B5D
RGB
CMYK
RGB Variations
Color information
#DD3B5D (or 0xDD3B5D) is known color: Cerise. HEX triplet: DD, 3B and 5D. RGB value is (221,59,93). Sum of RGB (Red+Green+Blue) = 221+59+93=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3B5D is #22C4A2. Grayscale: #6F6F6F. Windows color (decimal): -2278563 or 6110173. OLE color: 6110173.
HSL color Cylindrical-coordinate representation of color #DD3B5D: hue angle of 347.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3B5D is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 93 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.13 |
| HSL | 347.41º | 0.7% | 0.55% | - |
| HSV(B) | 347.41º | 0.73% | 0.87% | - |
| XYZ | 33.36 | 19.29 | 12.32 | - |
| YUV | 111.31 | 117.67 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 93 | 0 | 0.73 | 0.58 | 0.13 | 347.41 | 0.7 | 0.55 |
| Hex | DD | 3B | 5D | 0 | 49 | 3A | D | 15B | 46 | 37 |
| Octal | 335 | 73 | 135 | 0 | 111 | 72 | 15 | 533 | 106 | 67 |
| Binary | 11011101 | 111011 | 1011101 | 0 | 1001001 | 111010 | 1101 | 101011011 | 1000110 | 110111 |
Color Harmonies of #DD3B5D
Complementary color
Monochromatic Colors of #DD3B5D
Black with #DD3B5D
Text Example
Text Example
White with #DD3B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3B5D; }
p { color: rgb(221,59,93); }
H1.HeaderClassName
{
color: #DD3B5D;
}
.AnyTagClassName
{
color: #DD3B5D;
}
</style>
background-color css
<style>
a { background-color: #DD3B5D; }
a { background-color: rgb(221,59,93); }
div.DivClassName
{
background-color: #DD3B5D;
}
.BgClassName
{
background-color: #DD3B5D;
}
</style>
border-color css
<style>
span { border-color: #DD3B5D; }
span { border-color: rgb(221,59,93); }
td.TdClassName
{
border-color: #DD3B5D;
}
.TagClassName
{
border-color: #DD3B5D;
}
</style>