Shades of Razzle Dazzle Rose #DD30DC
Tints of Razzle Dazzle Rose #DD30DC
RGB
CMYK
RGB Variations
Color information
#DD30DC (or 0xDD30DC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and DC. RGB value is (221,48,220). Sum of RGB (Red+Green+Blue) = 221+48+220=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30DC is #22CF23. Grayscale: #767676. Windows color (decimal): -2281252 or 14430429. OLE color: 14430429.
HSL color Cylindrical-coordinate representation of color #DD30DC: hue angle of 300.35º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD30DC is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 220 | - |
| CMYK | 0 | 0.78 | 0.00 | 0.13 |
| HSL | 300.35º | 0.72% | 0.53% | - |
| HSV(B) | 300.35º | 0.78% | 0.87% | - |
| XYZ | 43.79 | 22.65 | 69.77 | - |
| YUV | 119.34 | 184.81 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 220 | 0 | 0.78 | 0.00 | 0.13 | 300.35 | 0.72 | 0.53 |
| Hex | DD | 30 | DC | 0 | 4E | 0 | D | 12C | 48 | 35 |
| Octal | 335 | 60 | 334 | 0 | 116 | 0 | 15 | 454 | 110 | 65 |
| Binary | 11011101 | 110000 | 11011100 | 0 | 1001110 | 0 | 1101 | 100101100 | 1001000 | 110101 |
Color Harmonies of #DD30DC
Complementary color
Monochromatic Colors of #DD30DC
Black with #DD30DC
Text Example
Text Example
White with #DD30DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD30DC; }
p { color: rgb(221,48,220); }
H1.HeaderClassName
{
color: #DD30DC;
}
.AnyTagClassName
{
color: #DD30DC;
}
</style>
background-color css
<style>
a { background-color: #DD30DC; }
a { background-color: rgb(221,48,220); }
div.DivClassName
{
background-color: #DD30DC;
}
.BgClassName
{
background-color: #DD30DC;
}
</style>
border-color css
<style>
span { border-color: #DD30DC; }
span { border-color: rgb(221,48,220); }
td.TdClassName
{
border-color: #DD30DC;
}
.TagClassName
{
border-color: #DD30DC;
}
</style>