Shades of Cerise #DD2B5A
Tints of Cerise #DD2B5A
RGB
CMYK
RGB Variations
Color information
#DD2B5A (or 0xDD2B5A) is known color: Cerise. HEX triplet: DD, 2B and 5A. RGB value is (221,43,90). Sum of RGB (Red+Green+Blue) = 221+43+90=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B5A is #22D4A5. Grayscale: #656565. Windows color (decimal): -2282662 or 5909469. OLE color: 5909469.
HSL color Cylindrical-coordinate representation of color #DD2B5A: hue angle of 344.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B5A is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 43 | 90 | - |
CMYK | 0 | 0.81 | 0.59 | 0.13 |
HSL | 344.16º | 0.72% | 0.52% | - |
HSV(B) | 344.16º | 0.81% | 0.87% | - |
XYZ | 32.53 | 17.84 | 11.4 | - |
YUV | 101.58 | 121.47 | 213.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 43 | 90 | 0 | 0.81 | 0.59 | 0.13 | 344.16 | 0.72 | 0.52 |
Hex | DD | 2B | 5A | 0 | 51 | 3B | D | 158 | 48 | 34 |
Octal | 335 | 53 | 132 | 0 | 121 | 73 | 15 | 530 | 110 | 64 |
Binary | 11011101 | 101011 | 1011010 | 0 | 1010001 | 111011 | 1101 | 101011000 | 1001000 | 110100 |
Color Harmonies of #DD2B5A
Complementary color
Monochromatic Colors of #DD2B5A
Black with #DD2B5A
Text Example
Text Example
White with #DD2B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B5A; }
p { color: rgb(221,43,90); }
H1.HeaderClassName
{
color: #DD2B5A;
}
.AnyTagClassName
{
color: #DD2B5A;
}
</style>
background-color css
<style>
a { background-color: #DD2B5A; }
a { background-color: rgb(221,43,90); }
div.DivClassName
{
background-color: #DD2B5A;
}
.BgClassName
{
background-color: #DD2B5A;
}
</style>
border-color css
<style>
span { border-color: #DD2B5A; }
span { border-color: rgb(221,43,90); }
td.TdClassName
{
border-color: #DD2B5A;
}
.TagClassName
{
border-color: #DD2B5A;
}
</style>