Shades of Razzle Dazzle Rose #DD37B4
Tints of Razzle Dazzle Rose #DD37B4
RGB
CMYK
RGB Variations
Color information
#DD37B4 (or 0xDD37B4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and B4. RGB value is (221,55,180). Sum of RGB (Red+Green+Blue) = 221+55+180=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37B4 is #22C84B. Grayscale: #767676. Windows color (decimal): -2279500 or 11810781. OLE color: 11810781.
HSL color Cylindrical-coordinate representation of color #DD37B4: hue angle of 314.82º 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 #DD37B4 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 180 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.13 |
| HSL | 314.82º | 0.71% | 0.54% | - |
| HSV(B) | 314.82º | 0.75% | 0.87% | - |
| XYZ | 39.42 | 21.4 | 45.23 | - |
| YUV | 118.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 180 | 0 | 0.75 | 0.19 | 0.13 | 314.82 | 0.71 | 0.54 |
| Hex | DD | 37 | B4 | 0 | 4B | 13 | D | 13B | 47 | 36 |
| Octal | 335 | 67 | 264 | 0 | 113 | 23 | 15 | 473 | 107 | 66 |
| Binary | 11011101 | 110111 | 10110100 | 0 | 1001011 | 10011 | 1101 | 100111011 | 1000111 | 110110 |
Color Harmonies of #DD37B4
Complementary color
Monochromatic Colors of #DD37B4
Black with #DD37B4
Text Example
Text Example
White with #DD37B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37B4; }
p { color: rgb(221,55,180); }
H1.HeaderClassName
{
color: #DD37B4;
}
.AnyTagClassName
{
color: #DD37B4;
}
</style>
background-color css
<style>
a { background-color: #DD37B4; }
a { background-color: rgb(221,55,180); }
div.DivClassName
{
background-color: #DD37B4;
}
.BgClassName
{
background-color: #DD37B4;
}
</style>
border-color css
<style>
span { border-color: #DD37B4; }
span { border-color: rgb(221,55,180); }
td.TdClassName
{
border-color: #DD37B4;
}
.TagClassName
{
border-color: #DD37B4;
}
</style>