Shades of Razzle Dazzle Rose #DD3BC5
Tints of Razzle Dazzle Rose #DD3BC5
RGB
CMYK
RGB Variations
Color information
#DD3BC5 (or 0xDD3BC5) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3B and C5. RGB value is (221,59,197). Sum of RGB (Red+Green+Blue) = 221+59+197=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3BC5 is #22C43A. Grayscale: #7A7A7A. Windows color (decimal): -2278459 or 12925917. OLE color: 12925917.
HSL color Cylindrical-coordinate representation of color #DD3BC5: hue angle of 308.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3BC5 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 197 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.13 |
| HSL | 308.89º | 0.7% | 0.55% | - |
| HSV(B) | 308.89º | 0.73% | 0.87% | - |
| XYZ | 41.46 | 22.53 | 54.99 | - |
| YUV | 123.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 197 | 0 | 0.73 | 0.11 | 0.13 | 308.89 | 0.7 | 0.55 |
| Hex | DD | 3B | C5 | 0 | 49 | B | D | 135 | 46 | 37 |
| Octal | 335 | 73 | 305 | 0 | 111 | 13 | 15 | 465 | 106 | 67 |
| Binary | 11011101 | 111011 | 11000101 | 0 | 1001001 | 1011 | 1101 | 100110101 | 1000110 | 110111 |
Color Harmonies of #DD3BC5
Complementary color
Monochromatic Colors of #DD3BC5
Black with #DD3BC5
Text Example
Text Example
White with #DD3BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3BC5; }
p { color: rgb(221,59,197); }
H1.HeaderClassName
{
color: #DD3BC5;
}
.AnyTagClassName
{
color: #DD3BC5;
}
</style>
background-color css
<style>
a { background-color: #DD3BC5; }
a { background-color: rgb(221,59,197); }
div.DivClassName
{
background-color: #DD3BC5;
}
.BgClassName
{
background-color: #DD3BC5;
}
</style>
border-color css
<style>
span { border-color: #DD3BC5; }
span { border-color: rgb(221,59,197); }
td.TdClassName
{
border-color: #DD3BC5;
}
.TagClassName
{
border-color: #DD3BC5;
}
</style>