Shades of Razzle Dazzle Rose #DD28BB
Tints of Razzle Dazzle Rose #DD28BB
RGB
CMYK
RGB Variations
Color information
#DD28BB (or 0xDD28BB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and BB. RGB value is (221,40,187). Sum of RGB (Red+Green+Blue) = 221+40+187=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28BB is #22D744. Grayscale: #6E6E6E. Windows color (decimal): -2283333 or 12265693. OLE color: 12265693.
HSL color Cylindrical-coordinate representation of color #DD28BB: hue angle of 311.27º 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 #DD28BB is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 187 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.13 |
| HSL | 311.27º | 0.73% | 0.51% | - |
| HSV(B) | 311.27º | 0.82% | 0.87% | - |
| XYZ | 39.55 | 20.48 | 48.88 | - |
| YUV | 110.88 | 170.97 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 187 | 0 | 0.82 | 0.15 | 0.13 | 311.27 | 0.73 | 0.51 |
| Hex | DD | 28 | BB | 0 | 52 | F | D | 137 | 49 | 33 |
| Octal | 335 | 50 | 273 | 0 | 122 | 17 | 15 | 467 | 111 | 63 |
| Binary | 11011101 | 101000 | 10111011 | 0 | 1010010 | 1111 | 1101 | 100110111 | 1001001 | 110011 |
Color Harmonies of #DD28BB
Complementary color
Monochromatic Colors of #DD28BB
Black with #DD28BB
Text Example
Text Example
White with #DD28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28BB; }
p { color: rgb(221,40,187); }
H1.HeaderClassName
{
color: #DD28BB;
}
.AnyTagClassName
{
color: #DD28BB;
}
</style>
background-color css
<style>
a { background-color: #DD28BB; }
a { background-color: rgb(221,40,187); }
div.DivClassName
{
background-color: #DD28BB;
}
.BgClassName
{
background-color: #DD28BB;
}
</style>
border-color css
<style>
span { border-color: #DD28BB; }
span { border-color: rgb(221,40,187); }
td.TdClassName
{
border-color: #DD28BB;
}
.TagClassName
{
border-color: #DD28BB;
}
</style>