Shades of Razzle Dazzle Rose #DD3BC6
Tints of Razzle Dazzle Rose #DD3BC6
RGB
CMYK
RGB Variations
Color information
#DD3BC6 (or 0xDD3BC6) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3B and C6. RGB value is (221,59,198). Sum of RGB (Red+Green+Blue) = 221+59+198=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3BC6 is #22C439. Grayscale: #7A7A7A. Windows color (decimal): -2278458 or 12991453. OLE color: 12991453.
HSL color Cylindrical-coordinate representation of color #DD3BC6: hue angle of 308.52º 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 #DD3BC6 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 198 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.13 |
| HSL | 308.52º | 0.7% | 0.55% | - |
| HSV(B) | 308.52º | 0.73% | 0.87% | - |
| XYZ | 41.58 | 22.58 | 55.59 | - |
| YUV | 123.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 198 | 0 | 0.73 | 0.10 | 0.13 | 308.52 | 0.7 | 0.55 |
| Hex | DD | 3B | C6 | 0 | 49 | A | D | 135 | 46 | 37 |
| Octal | 335 | 73 | 306 | 0 | 111 | 12 | 15 | 465 | 106 | 67 |
| Binary | 11011101 | 111011 | 11000110 | 0 | 1001001 | 1010 | 1101 | 100110101 | 1000110 | 110111 |
Color Harmonies of #DD3BC6
Complementary color
Monochromatic Colors of #DD3BC6
Black with #DD3BC6
Text Example
Text Example
White with #DD3BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3BC6; }
p { color: rgb(221,59,198); }
H1.HeaderClassName
{
color: #DD3BC6;
}
.AnyTagClassName
{
color: #DD3BC6;
}
</style>
background-color css
<style>
a { background-color: #DD3BC6; }
a { background-color: rgb(221,59,198); }
div.DivClassName
{
background-color: #DD3BC6;
}
.BgClassName
{
background-color: #DD3BC6;
}
</style>
border-color css
<style>
span { border-color: #DD3BC6; }
span { border-color: rgb(221,59,198); }
td.TdClassName
{
border-color: #DD3BC6;
}
.TagClassName
{
border-color: #DD3BC6;
}
</style>