Shades of Razzle Dazzle Rose #DD3BC0
Tints of Razzle Dazzle Rose #DD3BC0
RGB
CMYK
RGB Variations
Color information
#DD3BC0 (or 0xDD3BC0) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3B and C0. RGB value is (221,59,192). Sum of RGB (Red+Green+Blue) = 221+59+192=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3BC0 is #22C43F. Grayscale: #7A7A7A. Windows color (decimal): -2278464 or 12598237. OLE color: 12598237.
HSL color Cylindrical-coordinate representation of color #DD3BC0: hue angle of 310.74º 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 #DD3BC0 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 192 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.13 |
| HSL | 310.74º | 0.7% | 0.55% | - |
| HSV(B) | 310.74º | 0.73% | 0.87% | - |
| XYZ | 40.9 | 22.31 | 52.02 | - |
| YUV | 122.6 | 167.17 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 192 | 0 | 0.73 | 0.13 | 0.13 | 310.74 | 0.7 | 0.55 |
| Hex | DD | 3B | C0 | 0 | 49 | D | D | 137 | 46 | 37 |
| Octal | 335 | 73 | 300 | 0 | 111 | 15 | 15 | 467 | 106 | 67 |
| Binary | 11011101 | 111011 | 11000000 | 0 | 1001001 | 1101 | 1101 | 100110111 | 1000110 | 110111 |
Color Harmonies of #DD3BC0
Complementary color
Monochromatic Colors of #DD3BC0
Black with #DD3BC0
Text Example
Text Example
White with #DD3BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3BC0; }
p { color: rgb(221,59,192); }
H1.HeaderClassName
{
color: #DD3BC0;
}
.AnyTagClassName
{
color: #DD3BC0;
}
</style>
background-color css
<style>
a { background-color: #DD3BC0; }
a { background-color: rgb(221,59,192); }
div.DivClassName
{
background-color: #DD3BC0;
}
.BgClassName
{
background-color: #DD3BC0;
}
</style>
border-color css
<style>
span { border-color: #DD3BC0; }
span { border-color: rgb(221,59,192); }
td.TdClassName
{
border-color: #DD3BC0;
}
.TagClassName
{
border-color: #DD3BC0;
}
</style>