Shades of Razzle Dazzle Rose #DD37CB
Tints of Razzle Dazzle Rose #DD37CB
RGB
CMYK
RGB Variations
Color information
#DD37CB (or 0xDD37CB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and CB. RGB value is (221,55,203). Sum of RGB (Red+Green+Blue) = 221+55+203=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37CB is #22C834. Grayscale: #797979. Windows color (decimal): -2279477 or 13318109. OLE color: 13318109.
HSL color Cylindrical-coordinate representation of color #DD37CB: hue angle of 306.51º 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 #DD37CB is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 203 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.13 |
| HSL | 306.51º | 0.71% | 0.54% | - |
| HSV(B) | 306.51º | 0.75% | 0.87% | - |
| XYZ | 41.96 | 22.42 | 58.61 | - |
| YUV | 121.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 203 | 0 | 0.75 | 0.08 | 0.13 | 306.51 | 0.71 | 0.54 |
| Hex | DD | 37 | CB | 0 | 4B | 8 | D | 133 | 47 | 36 |
| Octal | 335 | 67 | 313 | 0 | 113 | 10 | 15 | 463 | 107 | 66 |
| Binary | 11011101 | 110111 | 11001011 | 0 | 1001011 | 1000 | 1101 | 100110011 | 1000111 | 110110 |
Color Harmonies of #DD37CB
Complementary color
Monochromatic Colors of #DD37CB
Black with #DD37CB
Text Example
Text Example
White with #DD37CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37CB; }
p { color: rgb(221,55,203); }
H1.HeaderClassName
{
color: #DD37CB;
}
.AnyTagClassName
{
color: #DD37CB;
}
</style>
background-color css
<style>
a { background-color: #DD37CB; }
a { background-color: rgb(221,55,203); }
div.DivClassName
{
background-color: #DD37CB;
}
.BgClassName
{
background-color: #DD37CB;
}
</style>
border-color css
<style>
span { border-color: #DD37CB; }
span { border-color: rgb(221,55,203); }
td.TdClassName
{
border-color: #DD37CB;
}
.TagClassName
{
border-color: #DD37CB;
}
</style>