Shades of Razzle Dazzle Rose #DD37CE
Tints of Razzle Dazzle Rose #DD37CE
RGB
CMYK
RGB Variations
Color information
#DD37CE (or 0xDD37CE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and CE. RGB value is (221,55,206). Sum of RGB (Red+Green+Blue) = 221+55+206=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37CE is #22C831. Grayscale: #797979. Windows color (decimal): -2279474 or 13514717. OLE color: 13514717.
HSL color Cylindrical-coordinate representation of color #DD37CE: hue angle of 305.42º 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 #DD37CE is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 206 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.13 |
| HSL | 305.42º | 0.71% | 0.54% | - |
| HSV(B) | 305.42º | 0.75% | 0.87% | - |
| XYZ | 42.33 | 22.56 | 60.52 | - |
| YUV | 121.85 | 175.5 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 206 | 0 | 0.75 | 0.07 | 0.13 | 305.42 | 0.71 | 0.54 |
| Hex | DD | 37 | CE | 0 | 4B | 7 | D | 131 | 47 | 36 |
| Octal | 335 | 67 | 316 | 0 | 113 | 7 | 15 | 461 | 107 | 66 |
| Binary | 11011101 | 110111 | 11001110 | 0 | 1001011 | 111 | 1101 | 100110001 | 1000111 | 110110 |
Color Harmonies of #DD37CE
Complementary color
Monochromatic Colors of #DD37CE
Black with #DD37CE
Text Example
Text Example
White with #DD37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37CE; }
p { color: rgb(221,55,206); }
H1.HeaderClassName
{
color: #DD37CE;
}
.AnyTagClassName
{
color: #DD37CE;
}
</style>
background-color css
<style>
a { background-color: #DD37CE; }
a { background-color: rgb(221,55,206); }
div.DivClassName
{
background-color: #DD37CE;
}
.BgClassName
{
background-color: #DD37CE;
}
</style>
border-color css
<style>
span { border-color: #DD37CE; }
span { border-color: rgb(221,55,206); }
td.TdClassName
{
border-color: #DD37CE;
}
.TagClassName
{
border-color: #DD37CE;
}
</style>