Shades of Razzle Dazzle Rose #DD28CC
Tints of Razzle Dazzle Rose #DD28CC
RGB
CMYK
RGB Variations
Color information
#DD28CC (or 0xDD28CC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and CC. RGB value is (221,40,204). Sum of RGB (Red+Green+Blue) = 221+40+204=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28CC is #22D733. Grayscale: #707070. Windows color (decimal): -2283316 or 13379805. OLE color: 13379805.
HSL color Cylindrical-coordinate representation of color #DD28CC: hue angle of 305.64º 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 #DD28CC is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 204 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.13 |
| HSL | 305.64º | 0.73% | 0.51% | - |
| HSV(B) | 305.64º | 0.82% | 0.87% | - |
| XYZ | 41.48 | 21.25 | 59.04 | - |
| YUV | 112.82 | 179.47 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 204 | 0 | 0.82 | 0.08 | 0.13 | 305.64 | 0.73 | 0.51 |
| Hex | DD | 28 | CC | 0 | 52 | 8 | D | 132 | 49 | 33 |
| Octal | 335 | 50 | 314 | 0 | 122 | 10 | 15 | 462 | 111 | 63 |
| Binary | 11011101 | 101000 | 11001100 | 0 | 1010010 | 1000 | 1101 | 100110010 | 1001001 | 110011 |
Color Harmonies of #DD28CC
Complementary color
Monochromatic Colors of #DD28CC
Black with #DD28CC
Text Example
Text Example
White with #DD28CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28CC; }
p { color: rgb(221,40,204); }
H1.HeaderClassName
{
color: #DD28CC;
}
.AnyTagClassName
{
color: #DD28CC;
}
</style>
background-color css
<style>
a { background-color: #DD28CC; }
a { background-color: rgb(221,40,204); }
div.DivClassName
{
background-color: #DD28CC;
}
.BgClassName
{
background-color: #DD28CC;
}
</style>
border-color css
<style>
span { border-color: #DD28CC; }
span { border-color: rgb(221,40,204); }
td.TdClassName
{
border-color: #DD28CC;
}
.TagClassName
{
border-color: #DD28CC;
}
</style>