Shades of Razzle Dazzle Rose #DD31D2
Tints of Razzle Dazzle Rose #DD31D2
RGB
CMYK
RGB Variations
Color information
#DD31D2 (or 0xDD31D2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and D2. RGB value is (221,49,210). Sum of RGB (Red+Green+Blue) = 221+49+210=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31D2 is #22CE2D. Grayscale: #767676. Windows color (decimal): -2281006 or 13775325. OLE color: 13775325.
HSL color Cylindrical-coordinate representation of color #DD31D2: hue angle of 303.84º 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 #DD31D2 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 210 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.13 |
| HSL | 303.84º | 0.72% | 0.53% | - |
| HSV(B) | 303.84º | 0.78% | 0.87% | - |
| XYZ | 42.55 | 22.22 | 63.02 | - |
| YUV | 118.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 210 | 0 | 0.78 | 0.05 | 0.13 | 303.84 | 0.72 | 0.53 |
| Hex | DD | 31 | D2 | 0 | 4E | 5 | D | 130 | 48 | 35 |
| Octal | 335 | 61 | 322 | 0 | 116 | 5 | 15 | 460 | 110 | 65 |
| Binary | 11011101 | 110001 | 11010010 | 0 | 1001110 | 101 | 1101 | 100110000 | 1001000 | 110101 |
Color Harmonies of #DD31D2
Complementary color
Monochromatic Colors of #DD31D2
Black with #DD31D2
Text Example
Text Example
White with #DD31D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31D2; }
p { color: rgb(221,49,210); }
H1.HeaderClassName
{
color: #DD31D2;
}
.AnyTagClassName
{
color: #DD31D2;
}
</style>
background-color css
<style>
a { background-color: #DD31D2; }
a { background-color: rgb(221,49,210); }
div.DivClassName
{
background-color: #DD31D2;
}
.BgClassName
{
background-color: #DD31D2;
}
</style>
border-color css
<style>
span { border-color: #DD31D2; }
span { border-color: rgb(221,49,210); }
td.TdClassName
{
border-color: #DD31D2;
}
.TagClassName
{
border-color: #DD31D2;
}
</style>