Shades of Razzle Dazzle Rose #DD37BB
Tints of Razzle Dazzle Rose #DD37BB
RGB
CMYK
RGB Variations
Color information
#DD37BB (or 0xDD37BB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and BB. RGB value is (221,55,187). Sum of RGB (Red+Green+Blue) = 221+55+187=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37BB is #22C844. Grayscale: #777777. Windows color (decimal): -2279493 or 12269533. OLE color: 12269533.
HSL color Cylindrical-coordinate representation of color #DD37BB: hue angle of 312.29º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD37BB is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 187 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.13 |
| HSL | 312.29º | 0.71% | 0.54% | - |
| HSV(B) | 312.29º | 0.75% | 0.87% | - |
| XYZ | 40.15 | 21.69 | 49.08 | - |
| YUV | 119.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 187 | 0 | 0.75 | 0.15 | 0.13 | 312.29 | 0.71 | 0.54 |
| Hex | DD | 37 | BB | 0 | 4B | F | D | 138 | 47 | 36 |
| Octal | 335 | 67 | 273 | 0 | 113 | 17 | 15 | 470 | 107 | 66 |
| Binary | 11011101 | 110111 | 10111011 | 0 | 1001011 | 1111 | 1101 | 100111000 | 1000111 | 110110 |
Color Harmonies of #DD37BB
Complementary color
Monochromatic Colors of #DD37BB
Black with #DD37BB
Text Example
Text Example
White with #DD37BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37BB; }
p { color: rgb(221,55,187); }
H1.HeaderClassName
{
color: #DD37BB;
}
.AnyTagClassName
{
color: #DD37BB;
}
</style>
background-color css
<style>
a { background-color: #DD37BB; }
a { background-color: rgb(221,55,187); }
div.DivClassName
{
background-color: #DD37BB;
}
.BgClassName
{
background-color: #DD37BB;
}
</style>
border-color css
<style>
span { border-color: #DD37BB; }
span { border-color: rgb(221,55,187); }
td.TdClassName
{
border-color: #DD37BB;
}
.TagClassName
{
border-color: #DD37BB;
}
</style>