Shades of Razzle Dazzle Rose #DD31DB
Tints of Razzle Dazzle Rose #DD31DB
RGB
CMYK
RGB Variations
Color information
#DD31DB (or 0xDD31DB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and DB. RGB value is (221,49,219). Sum of RGB (Red+Green+Blue) = 221+49+219=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31DB is #22CE24. Grayscale: #777777. Windows color (decimal): -2280997 or 14365149. OLE color: 14365149.
HSL color Cylindrical-coordinate representation of color #DD31DB: hue angle of 300.7º 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 #DD31DB is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 219 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.13 |
| HSL | 300.7º | 0.72% | 0.53% | - |
| HSV(B) | 300.7º | 0.78% | 0.87% | - |
| XYZ | 43.7 | 22.68 | 69.09 | - |
| YUV | 119.81 | 183.98 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 219 | 0 | 0.78 | 0.01 | 0.13 | 300.7 | 0.72 | 0.53 |
| Hex | DD | 31 | DB | 0 | 4E | 1 | D | 12D | 48 | 35 |
| Octal | 335 | 61 | 333 | 0 | 116 | 1 | 15 | 455 | 110 | 65 |
| Binary | 11011101 | 110001 | 11011011 | 0 | 1001110 | 1 | 1101 | 100101101 | 1001000 | 110101 |
Color Harmonies of #DD31DB
Complementary color
Monochromatic Colors of #DD31DB
Black with #DD31DB
Text Example
Text Example
White with #DD31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31DB; }
p { color: rgb(221,49,219); }
H1.HeaderClassName
{
color: #DD31DB;
}
.AnyTagClassName
{
color: #DD31DB;
}
</style>
background-color css
<style>
a { background-color: #DD31DB; }
a { background-color: rgb(221,49,219); }
div.DivClassName
{
background-color: #DD31DB;
}
.BgClassName
{
background-color: #DD31DB;
}
</style>
border-color css
<style>
span { border-color: #DD31DB; }
span { border-color: rgb(221,49,219); }
td.TdClassName
{
border-color: #DD31DB;
}
.TagClassName
{
border-color: #DD31DB;
}
</style>