Shades of Razzle Dazzle Rose #DD28DC
Tints of Razzle Dazzle Rose #DD28DC
RGB
CMYK
RGB Variations
Color information
#DD28DC (or 0xDD28DC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and DC. RGB value is (221,40,220). Sum of RGB (Red+Green+Blue) = 221+40+220=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28DC is #22D723. Grayscale: #727272. Windows color (decimal): -2283300 or 14428381. OLE color: 14428381.
HSL color Cylindrical-coordinate representation of color #DD28DC: hue angle of 300.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD28DC is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 220 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.13 |
| HSL | 300.33º | 0.73% | 0.51% | - |
| HSV(B) | 300.33º | 0.82% | 0.87% | - |
| XYZ | 43.5 | 22.06 | 69.68 | - |
| YUV | 114.64 | 187.47 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 220 | 0 | 0.82 | 0.00 | 0.13 | 300.33 | 0.73 | 0.51 |
| Hex | DD | 28 | DC | 0 | 52 | 0 | D | 12C | 49 | 33 |
| Octal | 335 | 50 | 334 | 0 | 122 | 0 | 15 | 454 | 111 | 63 |
| Binary | 11011101 | 101000 | 11011100 | 0 | 1010010 | 0 | 1101 | 100101100 | 1001001 | 110011 |
Color Harmonies of #DD28DC
Complementary color
Monochromatic Colors of #DD28DC
Black with #DD28DC
Text Example
Text Example
White with #DD28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28DC; }
p { color: rgb(221,40,220); }
H1.HeaderClassName
{
color: #DD28DC;
}
.AnyTagClassName
{
color: #DD28DC;
}
</style>
background-color css
<style>
a { background-color: #DD28DC; }
a { background-color: rgb(221,40,220); }
div.DivClassName
{
background-color: #DD28DC;
}
.BgClassName
{
background-color: #DD28DC;
}
</style>
border-color css
<style>
span { border-color: #DD28DC; }
span { border-color: rgb(221,40,220); }
td.TdClassName
{
border-color: #DD28DC;
}
.TagClassName
{
border-color: #DD28DC;
}
</style>