Shades of Cerise #DD3468
Tints of Cerise #DD3468
RGB
CMYK
RGB Variations
Color information
#DD3468 (or 0xDD3468) is known color: Cerise. HEX triplet: DD, 34 and 68. RGB value is (221,52,104). Sum of RGB (Red+Green+Blue) = 221+52+104=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3468 is #22CB97. Grayscale: #6C6C6C. Windows color (decimal): -2280344 or 6829277. OLE color: 6829277.
HSL color Cylindrical-coordinate representation of color #DD3468: hue angle of 341.54º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3468 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 104 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.13 |
| HSL | 341.54º | 0.71% | 0.54% | - |
| HSV(B) | 341.54º | 0.76% | 0.87% | - |
| XYZ | 33.55 | 18.83 | 14.96 | - |
| YUV | 108.46 | 125.49 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 104 | 0 | 0.76 | 0.53 | 0.13 | 341.54 | 0.71 | 0.54 |
| Hex | DD | 34 | 68 | 0 | 4C | 35 | D | 156 | 47 | 36 |
| Octal | 335 | 64 | 150 | 0 | 114 | 65 | 15 | 526 | 107 | 66 |
| Binary | 11011101 | 110100 | 1101000 | 0 | 1001100 | 110101 | 1101 | 101010110 | 1000111 | 110110 |
Color Harmonies of #DD3468
Complementary color
Monochromatic Colors of #DD3468
Black with #DD3468
Text Example
Text Example
White with #DD3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3468; }
p { color: rgb(221,52,104); }
H1.HeaderClassName
{
color: #DD3468;
}
.AnyTagClassName
{
color: #DD3468;
}
</style>
background-color css
<style>
a { background-color: #DD3468; }
a { background-color: rgb(221,52,104); }
div.DivClassName
{
background-color: #DD3468;
}
.BgClassName
{
background-color: #DD3468;
}
</style>
border-color css
<style>
span { border-color: #DD3468; }
span { border-color: rgb(221,52,104); }
td.TdClassName
{
border-color: #DD3468;
}
.TagClassName
{
border-color: #DD3468;
}
</style>