Shades of Razzle Dazzle Rose #DD2DD7
Tints of Razzle Dazzle Rose #DD2DD7
RGB
CMYK
RGB Variations
Color information
#DD2DD7 (or 0xDD2DD7) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2D and D7. RGB value is (221,45,215). Sum of RGB (Red+Green+Blue) = 221+45+215=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DD7 is #22D228. Grayscale: #747474. Windows color (decimal): -2282025 or 14101981. OLE color: 14101981.
HSL color Cylindrical-coordinate representation of color #DD2DD7: hue angle of 302.05º 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 #DD2DD7 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 215 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.13 |
| HSL | 302.05º | 0.72% | 0.52% | - |
| HSV(B) | 302.05º | 0.8% | 0.87% | - |
| XYZ | 43.02 | 22.16 | 66.3 | - |
| YUV | 117 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 215 | 0 | 0.80 | 0.03 | 0.13 | 302.05 | 0.72 | 0.52 |
| Hex | DD | 2D | D7 | 0 | 50 | 3 | D | 12E | 48 | 34 |
| Octal | 335 | 55 | 327 | 0 | 120 | 3 | 15 | 456 | 110 | 64 |
| Binary | 11011101 | 101101 | 11010111 | 0 | 1010000 | 11 | 1101 | 100101110 | 1001000 | 110100 |
Color Harmonies of #DD2DD7
Complementary color
Monochromatic Colors of #DD2DD7
Black with #DD2DD7
Text Example
Text Example
White with #DD2DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DD7; }
p { color: rgb(221,45,215); }
H1.HeaderClassName
{
color: #DD2DD7;
}
.AnyTagClassName
{
color: #DD2DD7;
}
</style>
background-color css
<style>
a { background-color: #DD2DD7; }
a { background-color: rgb(221,45,215); }
div.DivClassName
{
background-color: #DD2DD7;
}
.BgClassName
{
background-color: #DD2DD7;
}
</style>
border-color css
<style>
span { border-color: #DD2DD7; }
span { border-color: rgb(221,45,215); }
td.TdClassName
{
border-color: #DD2DD7;
}
.TagClassName
{
border-color: #DD2DD7;
}
</style>