Shades of Razzle Dazzle Rose #DD2BD3
Tints of Razzle Dazzle Rose #DD2BD3
RGB
CMYK
RGB Variations
Color information
#DD2BD3 (or 0xDD2BD3) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2B and D3. RGB value is (221,43,211). Sum of RGB (Red+Green+Blue) = 221+43+211=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2BD3 is #22D42C. Grayscale: #727272. Windows color (decimal): -2282541 or 13839325. OLE color: 13839325.
HSL color Cylindrical-coordinate representation of color #DD2BD3: hue angle of 303.37º 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 #DD2BD3 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 211 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.13 |
| HSL | 303.37º | 0.72% | 0.52% | - |
| HSV(B) | 303.37º | 0.81% | 0.87% | - |
| XYZ | 42.44 | 21.8 | 63.6 | - |
| YUV | 115.37 | 181.97 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 211 | 0 | 0.81 | 0.05 | 0.13 | 303.37 | 0.72 | 0.52 |
| Hex | DD | 2B | D3 | 0 | 51 | 5 | D | 12F | 48 | 34 |
| Octal | 335 | 53 | 323 | 0 | 121 | 5 | 15 | 457 | 110 | 64 |
| Binary | 11011101 | 101011 | 11010011 | 0 | 1010001 | 101 | 1101 | 100101111 | 1001000 | 110100 |
Color Harmonies of #DD2BD3
Complementary color
Monochromatic Colors of #DD2BD3
Black with #DD2BD3
Text Example
Text Example
White with #DD2BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BD3; }
p { color: rgb(221,43,211); }
H1.HeaderClassName
{
color: #DD2BD3;
}
.AnyTagClassName
{
color: #DD2BD3;
}
</style>
background-color css
<style>
a { background-color: #DD2BD3; }
a { background-color: rgb(221,43,211); }
div.DivClassName
{
background-color: #DD2BD3;
}
.BgClassName
{
background-color: #DD2BD3;
}
</style>
border-color css
<style>
span { border-color: #DD2BD3; }
span { border-color: rgb(221,43,211); }
td.TdClassName
{
border-color: #DD2BD3;
}
.TagClassName
{
border-color: #DD2BD3;
}
</style>