Shades of Razzle Dazzle Rose #DD37C8
Tints of Razzle Dazzle Rose #DD37C8
RGB
CMYK
RGB Variations
Color information
#DD37C8 (or 0xDD37C8) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and C8. RGB value is (221,55,200). Sum of RGB (Red+Green+Blue) = 221+55+200=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 55 (21.88% from 255 or 11.55% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37C8 is #22C837. Grayscale: #787878. Windows color (decimal): -2279480 or 13121501. OLE color: 13121501.
HSL color Cylindrical-coordinate representation of color #DD37C8: hue angle of 307.59º 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 #DD37C8 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 200 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.13 |
| HSL | 307.59º | 0.71% | 0.54% | - |
| HSV(B) | 307.59º | 0.75% | 0.87% | - |
| XYZ | 41.61 | 22.27 | 56.75 | - |
| YUV | 121.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 200 | 0 | 0.75 | 0.10 | 0.13 | 307.59 | 0.71 | 0.54 |
| Hex | DD | 37 | C8 | 0 | 4B | A | D | 134 | 47 | 36 |
| Octal | 335 | 67 | 310 | 0 | 113 | 12 | 15 | 464 | 107 | 66 |
| Binary | 11011101 | 110111 | 11001000 | 0 | 1001011 | 1010 | 1101 | 100110100 | 1000111 | 110110 |
Color Harmonies of #DD37C8
Complementary color
Monochromatic Colors of #DD37C8
Black with #DD37C8
Text Example
Text Example
White with #DD37C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37C8; }
p { color: rgb(221,55,200); }
H1.HeaderClassName
{
color: #DD37C8;
}
.AnyTagClassName
{
color: #DD37C8;
}
</style>
background-color css
<style>
a { background-color: #DD37C8; }
a { background-color: rgb(221,55,200); }
div.DivClassName
{
background-color: #DD37C8;
}
.BgClassName
{
background-color: #DD37C8;
}
</style>
border-color css
<style>
span { border-color: #DD37C8; }
span { border-color: rgb(221,55,200); }
td.TdClassName
{
border-color: #DD37C8;
}
.TagClassName
{
border-color: #DD37C8;
}
</style>