Shades of Razzle Dazzle Rose #DD2BD5
Tints of Razzle Dazzle Rose #DD2BD5
RGB
CMYK
RGB Variations
Color information
#DD2BD5 (or 0xDD2BD5) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2B and D5. RGB value is (221,43,213). Sum of RGB (Red+Green+Blue) = 221+43+213=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2BD5 is #22D42A. Grayscale: #737373. Windows color (decimal): -2282539 or 13970397. OLE color: 13970397.
HSL color Cylindrical-coordinate representation of color #DD2BD5: hue angle of 302.7º 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 #DD2BD5 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 213 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.13 |
| HSL | 302.7º | 0.72% | 0.52% | - |
| HSV(B) | 302.7º | 0.81% | 0.87% | - |
| XYZ | 42.69 | 21.9 | 64.93 | - |
| YUV | 115.6 | 182.97 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 213 | 0 | 0.81 | 0.04 | 0.13 | 302.7 | 0.72 | 0.52 |
| Hex | DD | 2B | D5 | 0 | 51 | 4 | D | 12F | 48 | 34 |
| Octal | 335 | 53 | 325 | 0 | 121 | 4 | 15 | 457 | 110 | 64 |
| Binary | 11011101 | 101011 | 11010101 | 0 | 1010001 | 100 | 1101 | 100101111 | 1001000 | 110100 |
Color Harmonies of #DD2BD5
Complementary color
Monochromatic Colors of #DD2BD5
Black with #DD2BD5
Text Example
Text Example
White with #DD2BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BD5; }
p { color: rgb(221,43,213); }
H1.HeaderClassName
{
color: #DD2BD5;
}
.AnyTagClassName
{
color: #DD2BD5;
}
</style>
background-color css
<style>
a { background-color: #DD2BD5; }
a { background-color: rgb(221,43,213); }
div.DivClassName
{
background-color: #DD2BD5;
}
.BgClassName
{
background-color: #DD2BD5;
}
</style>
border-color css
<style>
span { border-color: #DD2BD5; }
span { border-color: rgb(221,43,213); }
td.TdClassName
{
border-color: #DD2BD5;
}
.TagClassName
{
border-color: #DD2BD5;
}
</style>