Shades of Razzle Dazzle Rose #DD34BE
Tints of Razzle Dazzle Rose #DD34BE
RGB
CMYK
RGB Variations
Color information
#DD34BE (or 0xDD34BE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 34 and BE. RGB value is (221,52,190). Sum of RGB (Red+Green+Blue) = 221+52+190=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34BE is #22CB41. Grayscale: #757575. Windows color (decimal): -2280258 or 12465373. OLE color: 12465373.
HSL color Cylindrical-coordinate representation of color #DD34BE: hue angle of 311.01º 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 #DD34BE is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 190 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.13 |
| HSL | 311.01º | 0.71% | 0.54% | - |
| HSV(B) | 311.01º | 0.76% | 0.87% | - |
| XYZ | 40.34 | 21.55 | 50.75 | - |
| YUV | 118.26 | 168.49 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 190 | 0 | 0.76 | 0.14 | 0.13 | 311.01 | 0.71 | 0.54 |
| Hex | DD | 34 | BE | 0 | 4C | E | D | 137 | 47 | 36 |
| Octal | 335 | 64 | 276 | 0 | 114 | 16 | 15 | 467 | 107 | 66 |
| Binary | 11011101 | 110100 | 10111110 | 0 | 1001100 | 1110 | 1101 | 100110111 | 1000111 | 110110 |
Color Harmonies of #DD34BE
Complementary color
Monochromatic Colors of #DD34BE
Black with #DD34BE
Text Example
Text Example
White with #DD34BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD34BE; }
p { color: rgb(221,52,190); }
H1.HeaderClassName
{
color: #DD34BE;
}
.AnyTagClassName
{
color: #DD34BE;
}
</style>
background-color css
<style>
a { background-color: #DD34BE; }
a { background-color: rgb(221,52,190); }
div.DivClassName
{
background-color: #DD34BE;
}
.BgClassName
{
background-color: #DD34BE;
}
</style>
border-color css
<style>
span { border-color: #DD34BE; }
span { border-color: rgb(221,52,190); }
td.TdClassName
{
border-color: #DD34BE;
}
.TagClassName
{
border-color: #DD34BE;
}
</style>