Shades of Razzle Dazzle Rose #DD34BB
Tints of Razzle Dazzle Rose #DD34BB
RGB
CMYK
RGB Variations
Color information
#DD34BB (or 0xDD34BB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 34 and BB. RGB value is (221,52,187). Sum of RGB (Red+Green+Blue) = 221+52+187=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34BB is #22CB44. Grayscale: #757575. Windows color (decimal): -2280261 or 12268765. OLE color: 12268765.
HSL color Cylindrical-coordinate representation of color #DD34BB: hue angle of 312.07º 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 #DD34BB is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 187 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.13 |
| HSL | 312.07º | 0.71% | 0.54% | - |
| HSV(B) | 312.07º | 0.76% | 0.87% | - |
| XYZ | 40.02 | 21.42 | 49.04 | - |
| YUV | 117.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 187 | 0 | 0.76 | 0.15 | 0.13 | 312.07 | 0.71 | 0.54 |
| Hex | DD | 34 | BB | 0 | 4C | F | D | 138 | 47 | 36 |
| Octal | 335 | 64 | 273 | 0 | 114 | 17 | 15 | 470 | 107 | 66 |
| Binary | 11011101 | 110100 | 10111011 | 0 | 1001100 | 1111 | 1101 | 100111000 | 1000111 | 110110 |
Color Harmonies of #DD34BB
Complementary color
Monochromatic Colors of #DD34BB
Black with #DD34BB
Text Example
Text Example
White with #DD34BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD34BB; }
p { color: rgb(221,52,187); }
H1.HeaderClassName
{
color: #DD34BB;
}
.AnyTagClassName
{
color: #DD34BB;
}
</style>
background-color css
<style>
a { background-color: #DD34BB; }
a { background-color: rgb(221,52,187); }
div.DivClassName
{
background-color: #DD34BB;
}
.BgClassName
{
background-color: #DD34BB;
}
</style>
border-color css
<style>
span { border-color: #DD34BB; }
span { border-color: rgb(221,52,187); }
td.TdClassName
{
border-color: #DD34BB;
}
.TagClassName
{
border-color: #DD34BB;
}
</style>