Shades of Razzle Dazzle Rose #DD30C5
Tints of Razzle Dazzle Rose #DD30C5
RGB
CMYK
RGB Variations
Color information
#DD30C5 (or 0xDD30C5) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and C5. RGB value is (221,48,197). Sum of RGB (Red+Green+Blue) = 221+48+197=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30C5 is #22CF3A. Grayscale: #747474. Windows color (decimal): -2281275 or 12923101. OLE color: 12923101.
HSL color Cylindrical-coordinate representation of color #DD30C5: hue angle of 308.32º 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 #DD30C5 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 197 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.13 |
| HSL | 308.32º | 0.72% | 0.53% | - |
| HSV(B) | 308.32º | 0.78% | 0.87% | - |
| XYZ | 40.95 | 21.52 | 54.82 | - |
| YUV | 116.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 197 | 0 | 0.78 | 0.11 | 0.13 | 308.32 | 0.72 | 0.53 |
| Hex | DD | 30 | C5 | 0 | 4E | B | D | 134 | 48 | 35 |
| Octal | 335 | 60 | 305 | 0 | 116 | 13 | 15 | 464 | 110 | 65 |
| Binary | 11011101 | 110000 | 11000101 | 0 | 1001110 | 1011 | 1101 | 100110100 | 1001000 | 110101 |
Color Harmonies of #DD30C5
Complementary color
Monochromatic Colors of #DD30C5
Black with #DD30C5
Text Example
Text Example
White with #DD30C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD30C5; }
p { color: rgb(221,48,197); }
H1.HeaderClassName
{
color: #DD30C5;
}
.AnyTagClassName
{
color: #DD30C5;
}
</style>
background-color css
<style>
a { background-color: #DD30C5; }
a { background-color: rgb(221,48,197); }
div.DivClassName
{
background-color: #DD30C5;
}
.BgClassName
{
background-color: #DD30C5;
}
</style>
border-color css
<style>
span { border-color: #DD30C5; }
span { border-color: rgb(221,48,197); }
td.TdClassName
{
border-color: #DD30C5;
}
.TagClassName
{
border-color: #DD30C5;
}
</style>