Shades of Razzle Dazzle Rose #DD3BBA
Tints of Razzle Dazzle Rose #DD3BBA
RGB
CMYK
RGB Variations
Color information
#DD3BBA (or 0xDD3BBA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3B and BA. RGB value is (221,59,186). Sum of RGB (Red+Green+Blue) = 221+59+186=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3BBA is #22C445. Grayscale: #797979. Windows color (decimal): -2278470 or 12205021. OLE color: 12205021.
HSL color Cylindrical-coordinate representation of color #DD3BBA: hue angle of 312.96º 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 #DD3BBA is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 186 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.13 |
| HSL | 312.96º | 0.7% | 0.55% | - |
| HSV(B) | 312.96º | 0.73% | 0.87% | - |
| XYZ | 40.25 | 22.05 | 48.59 | - |
| YUV | 121.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 186 | 0 | 0.73 | 0.16 | 0.13 | 312.96 | 0.7 | 0.55 |
| Hex | DD | 3B | BA | 0 | 49 | 10 | D | 139 | 46 | 37 |
| Octal | 335 | 73 | 272 | 0 | 111 | 20 | 15 | 471 | 106 | 67 |
| Binary | 11011101 | 111011 | 10111010 | 0 | 1001001 | 10000 | 1101 | 100111001 | 1000110 | 110111 |
Color Harmonies of #DD3BBA
Complementary color
Monochromatic Colors of #DD3BBA
Black with #DD3BBA
Text Example
Text Example
White with #DD3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3BBA; }
p { color: rgb(221,59,186); }
H1.HeaderClassName
{
color: #DD3BBA;
}
.AnyTagClassName
{
color: #DD3BBA;
}
</style>
background-color css
<style>
a { background-color: #DD3BBA; }
a { background-color: rgb(221,59,186); }
div.DivClassName
{
background-color: #DD3BBA;
}
.BgClassName
{
background-color: #DD3BBA;
}
</style>
border-color css
<style>
span { border-color: #DD3BBA; }
span { border-color: rgb(221,59,186); }
td.TdClassName
{
border-color: #DD3BBA;
}
.TagClassName
{
border-color: #DD3BBA;
}
</style>