Shades of Razzle Dazzle Rose #DD28BF
Tints of Razzle Dazzle Rose #DD28BF
RGB
CMYK
RGB Variations
Color information
#DD28BF (or 0xDD28BF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and BF. RGB value is (221,40,191). Sum of RGB (Red+Green+Blue) = 221+40+191=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28BF is #22D740. Grayscale: #6E6E6E. Windows color (decimal): -2283329 or 12527837. OLE color: 12527837.
HSL color Cylindrical-coordinate representation of color #DD28BF: hue angle of 309.94º 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 #DD28BF is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 191 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.13 |
| HSL | 309.94º | 0.73% | 0.51% | - |
| HSV(B) | 309.94º | 0.82% | 0.87% | - |
| XYZ | 39.98 | 20.65 | 51.17 | - |
| YUV | 111.33 | 172.97 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 191 | 0 | 0.82 | 0.14 | 0.13 | 309.94 | 0.73 | 0.51 |
| Hex | DD | 28 | BF | 0 | 52 | E | D | 136 | 49 | 33 |
| Octal | 335 | 50 | 277 | 0 | 122 | 16 | 15 | 466 | 111 | 63 |
| Binary | 11011101 | 101000 | 10111111 | 0 | 1010010 | 1110 | 1101 | 100110110 | 1001001 | 110011 |
Color Harmonies of #DD28BF
Complementary color
Monochromatic Colors of #DD28BF
Black with #DD28BF
Text Example
Text Example
White with #DD28BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28BF; }
p { color: rgb(221,40,191); }
H1.HeaderClassName
{
color: #DD28BF;
}
.AnyTagClassName
{
color: #DD28BF;
}
</style>
background-color css
<style>
a { background-color: #DD28BF; }
a { background-color: rgb(221,40,191); }
div.DivClassName
{
background-color: #DD28BF;
}
.BgClassName
{
background-color: #DD28BF;
}
</style>
border-color css
<style>
span { border-color: #DD28BF; }
span { border-color: rgb(221,40,191); }
td.TdClassName
{
border-color: #DD28BF;
}
.TagClassName
{
border-color: #DD28BF;
}
</style>