Shades of Razzle Dazzle Rose #DD30D2
Tints of Razzle Dazzle Rose #DD30D2
RGB
CMYK
RGB Variations
Color information
#DD30D2 (or 0xDD30D2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and D2. RGB value is (221,48,210). Sum of RGB (Red+Green+Blue) = 221+48+210=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30D2 is #22CF2D. Grayscale: #757575. Windows color (decimal): -2281262 or 13775069. OLE color: 13775069.
HSL color Cylindrical-coordinate representation of color #DD30D2: hue angle of 303.82º 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 #DD30D2 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 210 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.13 |
| HSL | 303.82º | 0.72% | 0.53% | - |
| HSV(B) | 303.82º | 0.78% | 0.87% | - |
| XYZ | 42.51 | 22.14 | 63.01 | - |
| YUV | 118.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 210 | 0 | 0.78 | 0.05 | 0.13 | 303.82 | 0.72 | 0.53 |
| Hex | DD | 30 | D2 | 0 | 4E | 5 | D | 130 | 48 | 35 |
| Octal | 335 | 60 | 322 | 0 | 116 | 5 | 15 | 460 | 110 | 65 |
| Binary | 11011101 | 110000 | 11010010 | 0 | 1001110 | 101 | 1101 | 100110000 | 1001000 | 110101 |
Color Harmonies of #DD30D2
Complementary color
Monochromatic Colors of #DD30D2
Black with #DD30D2
Text Example
Text Example
White with #DD30D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD30D2; }
p { color: rgb(221,48,210); }
H1.HeaderClassName
{
color: #DD30D2;
}
.AnyTagClassName
{
color: #DD30D2;
}
</style>
background-color css
<style>
a { background-color: #DD30D2; }
a { background-color: rgb(221,48,210); }
div.DivClassName
{
background-color: #DD30D2;
}
.BgClassName
{
background-color: #DD30D2;
}
</style>
border-color css
<style>
span { border-color: #DD30D2; }
span { border-color: rgb(221,48,210); }
td.TdClassName
{
border-color: #DD30D2;
}
.TagClassName
{
border-color: #DD30D2;
}
</style>