Shades of Cerise #DD3165
Tints of Cerise #DD3165
RGB
CMYK
RGB Variations
Color information
#DD3165 (or 0xDD3165) is known color: Cerise. HEX triplet: DD, 31 and 65. RGB value is (221,49,101). Sum of RGB (Red+Green+Blue) = 221+49+101=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3165 is #22CE9A. Grayscale: #6A6A6A. Windows color (decimal): -2281115 or 6631901. OLE color: 6631901.
HSL color Cylindrical-coordinate representation of color #DD3165: hue angle of 341.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3165 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 101 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.13 |
| HSL | 341.86º | 0.72% | 0.53% | - |
| HSV(B) | 341.86º | 0.78% | 0.87% | - |
| XYZ | 33.27 | 18.51 | 14.13 | - |
| YUV | 106.36 | 124.98 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 101 | 0 | 0.78 | 0.54 | 0.13 | 341.86 | 0.72 | 0.53 |
| Hex | DD | 31 | 65 | 0 | 4E | 36 | D | 156 | 48 | 35 |
| Octal | 335 | 61 | 145 | 0 | 116 | 66 | 15 | 526 | 110 | 65 |
| Binary | 11011101 | 110001 | 1100101 | 0 | 1001110 | 110110 | 1101 | 101010110 | 1001000 | 110101 |
Color Harmonies of #DD3165
Complementary color
Monochromatic Colors of #DD3165
Black with #DD3165
Text Example
Text Example
White with #DD3165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3165; }
p { color: rgb(221,49,101); }
H1.HeaderClassName
{
color: #DD3165;
}
.AnyTagClassName
{
color: #DD3165;
}
</style>
background-color css
<style>
a { background-color: #DD3165; }
a { background-color: rgb(221,49,101); }
div.DivClassName
{
background-color: #DD3165;
}
.BgClassName
{
background-color: #DD3165;
}
</style>
border-color css
<style>
span { border-color: #DD3165; }
span { border-color: rgb(221,49,101); }
td.TdClassName
{
border-color: #DD3165;
}
.TagClassName
{
border-color: #DD3165;
}
</style>