Shades of Razzle Dazzle Rose #DD2BC8
Tints of Razzle Dazzle Rose #DD2BC8
RGB
CMYK
RGB Variations
Color information
#DD2BC8 (or 0xDD2BC8) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2B and C8. RGB value is (221,43,200). Sum of RGB (Red+Green+Blue) = 221+43+200=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2BC8 is #22D437. Grayscale: #717171. Windows color (decimal): -2282552 or 13118429. OLE color: 13118429.
HSL color Cylindrical-coordinate representation of color #DD2BC8: hue angle of 307.08º 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 #DD2BC8 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 200 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.13 |
| HSL | 307.08º | 0.72% | 0.52% | - |
| HSV(B) | 307.08º | 0.81% | 0.87% | - |
| XYZ | 41.11 | 21.27 | 56.58 | - |
| YUV | 114.12 | 176.47 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 200 | 0 | 0.81 | 0.10 | 0.13 | 307.08 | 0.72 | 0.52 |
| Hex | DD | 2B | C8 | 0 | 51 | A | D | 133 | 48 | 34 |
| Octal | 335 | 53 | 310 | 0 | 121 | 12 | 15 | 463 | 110 | 64 |
| Binary | 11011101 | 101011 | 11001000 | 0 | 1010001 | 1010 | 1101 | 100110011 | 1001000 | 110100 |
Color Harmonies of #DD2BC8
Complementary color
Monochromatic Colors of #DD2BC8
Black with #DD2BC8
Text Example
Text Example
White with #DD2BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BC8; }
p { color: rgb(221,43,200); }
H1.HeaderClassName
{
color: #DD2BC8;
}
.AnyTagClassName
{
color: #DD2BC8;
}
</style>
background-color css
<style>
a { background-color: #DD2BC8; }
a { background-color: rgb(221,43,200); }
div.DivClassName
{
background-color: #DD2BC8;
}
.BgClassName
{
background-color: #DD2BC8;
}
</style>
border-color css
<style>
span { border-color: #DD2BC8; }
span { border-color: rgb(221,43,200); }
td.TdClassName
{
border-color: #DD2BC8;
}
.TagClassName
{
border-color: #DD2BC8;
}
</style>