Shades of Razzle Dazzle Rose #DD2CBB
Tints of Razzle Dazzle Rose #DD2CBB
RGB
CMYK
RGB Variations
Color information
#DD2CBB (or 0xDD2CBB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2C and BB. RGB value is (221,44,187). Sum of RGB (Red+Green+Blue) = 221+44+187=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CBB is #22D344. Grayscale: #707070. Windows color (decimal): -2282309 or 12266717. OLE color: 12266717.
HSL color Cylindrical-coordinate representation of color #DD2CBB: hue angle of 311.53º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2CBB is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 187 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.13 |
| HSL | 311.53º | 0.72% | 0.52% | - |
| HSV(B) | 311.53º | 0.8% | 0.87% | - |
| XYZ | 39.69 | 20.76 | 48.93 | - |
| YUV | 113.23 | 169.64 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 187 | 0 | 0.80 | 0.15 | 0.13 | 311.53 | 0.72 | 0.52 |
| Hex | DD | 2C | BB | 0 | 50 | F | D | 138 | 48 | 34 |
| Octal | 335 | 54 | 273 | 0 | 120 | 17 | 15 | 470 | 110 | 64 |
| Binary | 11011101 | 101100 | 10111011 | 0 | 1010000 | 1111 | 1101 | 100111000 | 1001000 | 110100 |
Color Harmonies of #DD2CBB
Complementary color
Monochromatic Colors of #DD2CBB
Black with #DD2CBB
Text Example
Text Example
White with #DD2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CBB; }
p { color: rgb(221,44,187); }
H1.HeaderClassName
{
color: #DD2CBB;
}
.AnyTagClassName
{
color: #DD2CBB;
}
</style>
background-color css
<style>
a { background-color: #DD2CBB; }
a { background-color: rgb(221,44,187); }
div.DivClassName
{
background-color: #DD2CBB;
}
.BgClassName
{
background-color: #DD2CBB;
}
</style>
border-color css
<style>
span { border-color: #DD2CBB; }
span { border-color: rgb(221,44,187); }
td.TdClassName
{
border-color: #DD2CBB;
}
.TagClassName
{
border-color: #DD2CBB;
}
</style>