Shades of Razzle Dazzle Rose #DD31C0
Tints of Razzle Dazzle Rose #DD31C0
RGB
CMYK
RGB Variations
Color information
#DD31C0 (or 0xDD31C0) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and C0. RGB value is (221,49,192). Sum of RGB (Red+Green+Blue) = 221+49+192=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31C0 is #22CE3F. Grayscale: #747474. Windows color (decimal): -2281024 or 12595677. OLE color: 12595677.
HSL color Cylindrical-coordinate representation of color #DD31C0: hue angle of 310.12º 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 #DD31C0 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 192 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.13 |
| HSL | 310.12º | 0.72% | 0.53% | - |
| HSV(B) | 310.12º | 0.78% | 0.87% | - |
| XYZ | 40.43 | 21.37 | 51.86 | - |
| YUV | 116.73 | 170.48 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 192 | 0 | 0.78 | 0.13 | 0.13 | 310.12 | 0.72 | 0.53 |
| Hex | DD | 31 | C0 | 0 | 4E | D | D | 136 | 48 | 35 |
| Octal | 335 | 61 | 300 | 0 | 116 | 15 | 15 | 466 | 110 | 65 |
| Binary | 11011101 | 110001 | 11000000 | 0 | 1001110 | 1101 | 1101 | 100110110 | 1001000 | 110101 |
Color Harmonies of #DD31C0
Complementary color
Monochromatic Colors of #DD31C0
Black with #DD31C0
Text Example
Text Example
White with #DD31C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31C0; }
p { color: rgb(221,49,192); }
H1.HeaderClassName
{
color: #DD31C0;
}
.AnyTagClassName
{
color: #DD31C0;
}
</style>
background-color css
<style>
a { background-color: #DD31C0; }
a { background-color: rgb(221,49,192); }
div.DivClassName
{
background-color: #DD31C0;
}
.BgClassName
{
background-color: #DD31C0;
}
</style>
border-color css
<style>
span { border-color: #DD31C0; }
span { border-color: rgb(221,49,192); }
td.TdClassName
{
border-color: #DD31C0;
}
.TagClassName
{
border-color: #DD31C0;
}
</style>