Shades of Cerise #DD346B
Tints of Cerise #DD346B
RGB
CMYK
RGB Variations
Color information
#DD346B (or 0xDD346B) is known color: Cerise. HEX triplet: DD, 34 and 6B. RGB value is (221,52,107). Sum of RGB (Red+Green+Blue) = 221+52+107=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD346B is #22CB94. Grayscale: #6C6C6C. Windows color (decimal): -2280341 or 7025885. OLE color: 7025885.
HSL color Cylindrical-coordinate representation of color #DD346B: hue angle of 340.47º 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 #DD346B is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 52 | 107 | - |
CMYK | 0 | 0.76 | 0.52 | 0.13 |
HSL | 340.47º | 0.71% | 0.54% | - |
HSV(B) | 340.47º | 0.76% | 0.87% | - |
XYZ | 33.7 | 18.89 | 15.78 | - |
YUV | 108.8 | 126.99 | 208.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 52 | 107 | 0 | 0.76 | 0.52 | 0.13 | 340.47 | 0.71 | 0.54 |
Hex | DD | 34 | 6B | 0 | 4C | 34 | D | 154 | 47 | 36 |
Octal | 335 | 64 | 153 | 0 | 114 | 64 | 15 | 524 | 107 | 66 |
Binary | 11011101 | 110100 | 1101011 | 0 | 1001100 | 110100 | 1101 | 101010100 | 1000111 | 110110 |
Color Harmonies of #DD346B
Complementary color
Monochromatic Colors of #DD346B
Black with #DD346B
Text Example
Text Example
White with #DD346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD346B; }
p { color: rgb(221,52,107); }
H1.HeaderClassName
{
color: #DD346B;
}
.AnyTagClassName
{
color: #DD346B;
}
</style>
background-color css
<style>
a { background-color: #DD346B; }
a { background-color: rgb(221,52,107); }
div.DivClassName
{
background-color: #DD346B;
}
.BgClassName
{
background-color: #DD346B;
}
</style>
border-color css
<style>
span { border-color: #DD346B; }
span { border-color: rgb(221,52,107); }
td.TdClassName
{
border-color: #DD346B;
}
.TagClassName
{
border-color: #DD346B;
}
</style>