Shades of Razzle Dazzle Rose #DD3DB7
Tints of Razzle Dazzle Rose #DD3DB7
RGB
CMYK
RGB Variations
Color information
#DD3DB7 (or 0xDD3DB7) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3D and B7. RGB value is (221,61,183). Sum of RGB (Red+Green+Blue) = 221+61+183=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3DB7 is #22C248. Grayscale: #7A7A7A. Windows color (decimal): -2277961 or 12008925. OLE color: 12008925.
HSL color Cylindrical-coordinate representation of color #DD3DB7: hue angle of 314.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3DB7 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 183 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.13 |
| HSL | 314.25º | 0.7% | 0.55% | - |
| HSV(B) | 314.25º | 0.72% | 0.87% | - |
| XYZ | 40.03 | 22.13 | 46.96 | - |
| YUV | 122.75 | 162.01 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 183 | 0 | 0.72 | 0.17 | 0.13 | 314.25 | 0.7 | 0.55 |
| Hex | DD | 3D | B7 | 0 | 48 | 11 | D | 13A | 46 | 37 |
| Octal | 335 | 75 | 267 | 0 | 110 | 21 | 15 | 472 | 106 | 67 |
| Binary | 11011101 | 111101 | 10110111 | 0 | 1001000 | 10001 | 1101 | 100111010 | 1000110 | 110111 |
Color Harmonies of #DD3DB7
Complementary color
Monochromatic Colors of #DD3DB7
Black with #DD3DB7
Text Example
Text Example
White with #DD3DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3DB7; }
p { color: rgb(221,61,183); }
H1.HeaderClassName
{
color: #DD3DB7;
}
.AnyTagClassName
{
color: #DD3DB7;
}
</style>
background-color css
<style>
a { background-color: #DD3DB7; }
a { background-color: rgb(221,61,183); }
div.DivClassName
{
background-color: #DD3DB7;
}
.BgClassName
{
background-color: #DD3DB7;
}
</style>
border-color css
<style>
span { border-color: #DD3DB7; }
span { border-color: rgb(221,61,183); }
td.TdClassName
{
border-color: #DD3DB7;
}
.TagClassName
{
border-color: #DD3DB7;
}
</style>