Shades of Razzle Dazzle Rose #DD34C7
Tints of Razzle Dazzle Rose #DD34C7
RGB
CMYK
RGB Variations
Color information
#DD34C7 (or 0xDD34C7) is known color: Razzle Dazzle Rose. HEX triplet: DD, 34 and C7. RGB value is (221,52,199). Sum of RGB (Red+Green+Blue) = 221+52+199=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34C7 is #22CB38. Grayscale: #767676. Windows color (decimal): -2280249 or 13055197. OLE color: 13055197.
HSL color Cylindrical-coordinate representation of color #DD34C7: hue angle of 307.81º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD34C7 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 199 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.13 |
| HSL | 307.81º | 0.71% | 0.54% | - |
| HSV(B) | 307.81º | 0.76% | 0.87% | - |
| XYZ | 41.36 | 21.95 | 56.09 | - |
| YUV | 119.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 199 | 0 | 0.76 | 0.10 | 0.13 | 307.81 | 0.71 | 0.54 |
| Hex | DD | 34 | C7 | 0 | 4C | A | D | 134 | 47 | 36 |
| Octal | 335 | 64 | 307 | 0 | 114 | 12 | 15 | 464 | 107 | 66 |
| Binary | 11011101 | 110100 | 11000111 | 0 | 1001100 | 1010 | 1101 | 100110100 | 1000111 | 110110 |
Color Harmonies of #DD34C7
Complementary color
Monochromatic Colors of #DD34C7
Black with #DD34C7
Text Example
Text Example
White with #DD34C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD34C7; }
p { color: rgb(221,52,199); }
H1.HeaderClassName
{
color: #DD34C7;
}
.AnyTagClassName
{
color: #DD34C7;
}
</style>
background-color css
<style>
a { background-color: #DD34C7; }
a { background-color: rgb(221,52,199); }
div.DivClassName
{
background-color: #DD34C7;
}
.BgClassName
{
background-color: #DD34C7;
}
</style>
border-color css
<style>
span { border-color: #DD34C7; }
span { border-color: rgb(221,52,199); }
td.TdClassName
{
border-color: #DD34C7;
}
.TagClassName
{
border-color: #DD34C7;
}
</style>