Shades of Cerise #DD2A6A
Tints of Cerise #DD2A6A
RGB
CMYK
RGB Variations
Color information
#DD2A6A (or 0xDD2A6A) is known color: Cerise. HEX triplet: DD, 2A and 6A. RGB value is (221,42,106). Sum of RGB (Red+Green+Blue) = 221+42+106=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A6A is #22D595. Grayscale: #666666. Windows color (decimal): -2282902 or 6957789. OLE color: 6957789.
HSL color Cylindrical-coordinate representation of color #DD2A6A: hue angle of 338.55º 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 #DD2A6A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 106 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.13 |
| HSL | 338.55º | 0.72% | 0.52% | - |
| HSV(B) | 338.55º | 0.81% | 0.87% | - |
| XYZ | 33.25 | 18.07 | 15.37 | - |
| YUV | 102.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 106 | 0 | 0.81 | 0.52 | 0.13 | 338.55 | 0.72 | 0.52 |
| Hex | DD | 2A | 6A | 0 | 51 | 34 | D | 153 | 48 | 34 |
| Octal | 335 | 52 | 152 | 0 | 121 | 64 | 15 | 523 | 110 | 64 |
| Binary | 11011101 | 101010 | 1101010 | 0 | 1010001 | 110100 | 1101 | 101010011 | 1001000 | 110100 |
Color Harmonies of #DD2A6A
Complementary color
Monochromatic Colors of #DD2A6A
Black with #DD2A6A
Text Example
Text Example
White with #DD2A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A6A; }
p { color: rgb(221,42,106); }
H1.HeaderClassName
{
color: #DD2A6A;
}
.AnyTagClassName
{
color: #DD2A6A;
}
</style>
background-color css
<style>
a { background-color: #DD2A6A; }
a { background-color: rgb(221,42,106); }
div.DivClassName
{
background-color: #DD2A6A;
}
.BgClassName
{
background-color: #DD2A6A;
}
</style>
border-color css
<style>
span { border-color: #DD2A6A; }
span { border-color: rgb(221,42,106); }
td.TdClassName
{
border-color: #DD2A6A;
}
.TagClassName
{
border-color: #DD2A6A;
}
</style>