Shades of Razzle Dazzle Rose #DD2BCC
Tints of Razzle Dazzle Rose #DD2BCC
RGB
CMYK
RGB Variations
Color information
#DD2BCC (or 0xDD2BCC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2B and CC. RGB value is (221,43,204). Sum of RGB (Red+Green+Blue) = 221+43+204=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2BCC is #22D433. Grayscale: #727272. Windows color (decimal): -2282548 or 13380573. OLE color: 13380573.
HSL color Cylindrical-coordinate representation of color #DD2BCC: hue angle of 305.73º 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 #DD2BCC is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 204 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.13 |
| HSL | 305.73º | 0.72% | 0.52% | - |
| HSV(B) | 305.73º | 0.81% | 0.87% | - |
| XYZ | 41.58 | 21.46 | 59.08 | - |
| YUV | 114.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 204 | 0 | 0.81 | 0.08 | 0.13 | 305.73 | 0.72 | 0.52 |
| Hex | DD | 2B | CC | 0 | 51 | 8 | D | 132 | 48 | 34 |
| Octal | 335 | 53 | 314 | 0 | 121 | 10 | 15 | 462 | 110 | 64 |
| Binary | 11011101 | 101011 | 11001100 | 0 | 1010001 | 1000 | 1101 | 100110010 | 1001000 | 110100 |
Color Harmonies of #DD2BCC
Complementary color
Monochromatic Colors of #DD2BCC
Black with #DD2BCC
Text Example
Text Example
White with #DD2BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BCC; }
p { color: rgb(221,43,204); }
H1.HeaderClassName
{
color: #DD2BCC;
}
.AnyTagClassName
{
color: #DD2BCC;
}
</style>
background-color css
<style>
a { background-color: #DD2BCC; }
a { background-color: rgb(221,43,204); }
div.DivClassName
{
background-color: #DD2BCC;
}
.BgClassName
{
background-color: #DD2BCC;
}
</style>
border-color css
<style>
span { border-color: #DD2BCC; }
span { border-color: rgb(221,43,204); }
td.TdClassName
{
border-color: #DD2BCC;
}
.TagClassName
{
border-color: #DD2BCC;
}
</style>