Shades of Razzle Dazzle Rose #DD39C9
Tints of Razzle Dazzle Rose #DD39C9
RGB
CMYK
RGB Variations
Color information
#DD39C9 (or 0xDD39C9) is known color: Razzle Dazzle Rose. HEX triplet: DD, 39 and C9. RGB value is (221,57,201). Sum of RGB (Red+Green+Blue) = 221+57+201=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD39C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD39C9 is #22C636. Grayscale: #7A7A7A. Windows color (decimal): -2278967 or 13187549. OLE color: 13187549.
HSL color Cylindrical-coordinate representation of color #DD39C9: hue angle of 307.32º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD39C9 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 201 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.13 |
| HSL | 307.32º | 0.71% | 0.55% | - |
| HSV(B) | 307.32º | 0.74% | 0.87% | - |
| XYZ | 41.82 | 22.52 | 57.4 | - |
| YUV | 122.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 201 | 0 | 0.74 | 0.09 | 0.13 | 307.32 | 0.71 | 0.55 |
| Hex | DD | 39 | C9 | 0 | 4A | 9 | D | 133 | 47 | 37 |
| Octal | 335 | 71 | 311 | 0 | 112 | 11 | 15 | 463 | 107 | 67 |
| Binary | 11011101 | 111001 | 11001001 | 0 | 1001010 | 1001 | 1101 | 100110011 | 1000111 | 110111 |
Color Harmonies of #DD39C9
Complementary color
Monochromatic Colors of #DD39C9
Black with #DD39C9
Text Example
Text Example
White with #DD39C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD39C9; }
p { color: rgb(221,57,201); }
H1.HeaderClassName
{
color: #DD39C9;
}
.AnyTagClassName
{
color: #DD39C9;
}
</style>
background-color css
<style>
a { background-color: #DD39C9; }
a { background-color: rgb(221,57,201); }
div.DivClassName
{
background-color: #DD39C9;
}
.BgClassName
{
background-color: #DD39C9;
}
</style>
border-color css
<style>
span { border-color: #DD39C9; }
span { border-color: rgb(221,57,201); }
td.TdClassName
{
border-color: #DD39C9;
}
.TagClassName
{
border-color: #DD39C9;
}
</style>