Shades of Cerise #DD3265
Tints of Cerise #DD3265
RGB
CMYK
RGB Variations
Color information
#DD3265 (or 0xDD3265) is known color: Cerise. HEX triplet: DD, 32 and 65. RGB value is (221,50,101). Sum of RGB (Red+Green+Blue) = 221+50+101=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3265 is #22CD9A. Grayscale: #6A6A6A. Windows color (decimal): -2280859 or 6632157. OLE color: 6632157.
HSL color Cylindrical-coordinate representation of color #DD3265: hue angle of 342.11º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3265 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 101 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.13 |
| HSL | 342.11º | 0.72% | 0.53% | - |
| HSV(B) | 342.11º | 0.77% | 0.87% | - |
| XYZ | 33.31 | 18.59 | 14.15 | - |
| YUV | 106.94 | 124.65 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 101 | 0 | 0.77 | 0.54 | 0.13 | 342.11 | 0.72 | 0.53 |
| Hex | DD | 32 | 65 | 0 | 4D | 36 | D | 156 | 48 | 35 |
| Octal | 335 | 62 | 145 | 0 | 115 | 66 | 15 | 526 | 110 | 65 |
| Binary | 11011101 | 110010 | 1100101 | 0 | 1001101 | 110110 | 1101 | 101010110 | 1001000 | 110101 |
Color Harmonies of #DD3265
Complementary color
Monochromatic Colors of #DD3265
Black with #DD3265
Text Example
Text Example
White with #DD3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3265; }
p { color: rgb(221,50,101); }
H1.HeaderClassName
{
color: #DD3265;
}
.AnyTagClassName
{
color: #DD3265;
}
</style>
background-color css
<style>
a { background-color: #DD3265; }
a { background-color: rgb(221,50,101); }
div.DivClassName
{
background-color: #DD3265;
}
.BgClassName
{
background-color: #DD3265;
}
</style>
border-color css
<style>
span { border-color: #DD3265; }
span { border-color: rgb(221,50,101); }
td.TdClassName
{
border-color: #DD3265;
}
.TagClassName
{
border-color: #DD3265;
}
</style>