Shades of Razzle Dazzle Rose #DD36C5
Tints of Razzle Dazzle Rose #DD36C5
RGB
CMYK
RGB Variations
Color information
#DD36C5 (or 0xDD36C5) is known color: Razzle Dazzle Rose. HEX triplet: DD, 36 and C5. RGB value is (221,54,197). Sum of RGB (Red+Green+Blue) = 221+54+197=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36C5 is #22C93A. Grayscale: #777777. Windows color (decimal): -2279739 or 12924637. OLE color: 12924637.
HSL color Cylindrical-coordinate representation of color #DD36C5: hue angle of 308.62º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD36C5 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 197 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.13 |
| HSL | 308.62º | 0.71% | 0.54% | - |
| HSV(B) | 308.62º | 0.76% | 0.87% | - |
| XYZ | 41.22 | 22.04 | 54.91 | - |
| YUV | 120.24 | 171.33 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 197 | 0 | 0.76 | 0.11 | 0.13 | 308.62 | 0.71 | 0.54 |
| Hex | DD | 36 | C5 | 0 | 4C | B | D | 135 | 47 | 36 |
| Octal | 335 | 66 | 305 | 0 | 114 | 13 | 15 | 465 | 107 | 66 |
| Binary | 11011101 | 110110 | 11000101 | 0 | 1001100 | 1011 | 1101 | 100110101 | 1000111 | 110110 |
Color Harmonies of #DD36C5
Complementary color
Monochromatic Colors of #DD36C5
Black with #DD36C5
Text Example
Text Example
White with #DD36C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36C5; }
p { color: rgb(221,54,197); }
H1.HeaderClassName
{
color: #DD36C5;
}
.AnyTagClassName
{
color: #DD36C5;
}
</style>
background-color css
<style>
a { background-color: #DD36C5; }
a { background-color: rgb(221,54,197); }
div.DivClassName
{
background-color: #DD36C5;
}
.BgClassName
{
background-color: #DD36C5;
}
</style>
border-color css
<style>
span { border-color: #DD36C5; }
span { border-color: rgb(221,54,197); }
td.TdClassName
{
border-color: #DD36C5;
}
.TagClassName
{
border-color: #DD36C5;
}
</style>