Shades of Razzle Dazzle Rose #DD3ABB
Tints of Razzle Dazzle Rose #DD3ABB
RGB
CMYK
RGB Variations
Color information
#DD3ABB (or 0xDD3ABB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3A and BB. RGB value is (221,58,187). Sum of RGB (Red+Green+Blue) = 221+58+187=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3ABB is #22C544. Grayscale: #797979. Windows color (decimal): -2278725 or 12270301. OLE color: 12270301.
HSL color Cylindrical-coordinate representation of color #DD3ABB: hue angle of 312.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3ABB is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 187 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.13 |
| HSL | 312.52º | 0.71% | 0.55% | - |
| HSV(B) | 312.52º | 0.74% | 0.87% | - |
| XYZ | 40.3 | 21.99 | 49.13 | - |
| YUV | 121.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 187 | 0 | 0.74 | 0.15 | 0.13 | 312.52 | 0.71 | 0.55 |
| Hex | DD | 3A | BB | 0 | 4A | F | D | 139 | 47 | 37 |
| Octal | 335 | 72 | 273 | 0 | 112 | 17 | 15 | 471 | 107 | 67 |
| Binary | 11011101 | 111010 | 10111011 | 0 | 1001010 | 1111 | 1101 | 100111001 | 1000111 | 110111 |
Color Harmonies of #DD3ABB
Complementary color
Monochromatic Colors of #DD3ABB
Black with #DD3ABB
Text Example
Text Example
White with #DD3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3ABB; }
p { color: rgb(221,58,187); }
H1.HeaderClassName
{
color: #DD3ABB;
}
.AnyTagClassName
{
color: #DD3ABB;
}
</style>
background-color css
<style>
a { background-color: #DD3ABB; }
a { background-color: rgb(221,58,187); }
div.DivClassName
{
background-color: #DD3ABB;
}
.BgClassName
{
background-color: #DD3ABB;
}
</style>
border-color css
<style>
span { border-color: #DD3ABB; }
span { border-color: rgb(221,58,187); }
td.TdClassName
{
border-color: #DD3ABB;
}
.TagClassName
{
border-color: #DD3ABB;
}
</style>