Shades of Razzle Dazzle Rose #DD2CBC
Tints of Razzle Dazzle Rose #DD2CBC
RGB
CMYK
RGB Variations
Color information
#DD2CBC (or 0xDD2CBC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2C and BC. RGB value is (221,44,188). Sum of RGB (Red+Green+Blue) = 221+44+188=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CBC is #22D343. Grayscale: #707070. Windows color (decimal): -2282308 or 12332253. OLE color: 12332253.
HSL color Cylindrical-coordinate representation of color #DD2CBC: hue angle of 311.19º 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 #DD2CBC is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 188 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.13 |
| HSL | 311.19º | 0.72% | 0.52% | - |
| HSV(B) | 311.19º | 0.8% | 0.87% | - |
| XYZ | 39.8 | 20.8 | 49.5 | - |
| YUV | 113.34 | 170.14 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 188 | 0 | 0.80 | 0.15 | 0.13 | 311.19 | 0.72 | 0.52 |
| Hex | DD | 2C | BC | 0 | 50 | F | D | 137 | 48 | 34 |
| Octal | 335 | 54 | 274 | 0 | 120 | 17 | 15 | 467 | 110 | 64 |
| Binary | 11011101 | 101100 | 10111100 | 0 | 1010000 | 1111 | 1101 | 100110111 | 1001000 | 110100 |
Color Harmonies of #DD2CBC
Complementary color
Monochromatic Colors of #DD2CBC
Black with #DD2CBC
Text Example
Text Example
White with #DD2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CBC; }
p { color: rgb(221,44,188); }
H1.HeaderClassName
{
color: #DD2CBC;
}
.AnyTagClassName
{
color: #DD2CBC;
}
</style>
background-color css
<style>
a { background-color: #DD2CBC; }
a { background-color: rgb(221,44,188); }
div.DivClassName
{
background-color: #DD2CBC;
}
.BgClassName
{
background-color: #DD2CBC;
}
</style>
border-color css
<style>
span { border-color: #DD2CBC; }
span { border-color: rgb(221,44,188); }
td.TdClassName
{
border-color: #DD2CBC;
}
.TagClassName
{
border-color: #DD2CBC;
}
</style>