Shades of Razzle Dazzle Rose #DD3BBB
Tints of Razzle Dazzle Rose #DD3BBB
RGB
CMYK
RGB Variations
Color information
#DD3BBB (or 0xDD3BBB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3B and BB. RGB value is (221,59,187). Sum of RGB (Red+Green+Blue) = 221+59+187=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3BBB is #22C444. Grayscale: #797979. Windows color (decimal): -2278469 or 12270557. OLE color: 12270557.
HSL color Cylindrical-coordinate representation of color #DD3BBB: hue angle of 312.59º 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 #DD3BBB is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 187 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.13 |
| HSL | 312.59º | 0.7% | 0.55% | - |
| HSV(B) | 312.59º | 0.73% | 0.87% | - |
| XYZ | 40.35 | 22.09 | 49.15 | - |
| YUV | 122.03 | 164.67 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 187 | 0 | 0.73 | 0.15 | 0.13 | 312.59 | 0.7 | 0.55 |
| Hex | DD | 3B | BB | 0 | 49 | F | D | 139 | 46 | 37 |
| Octal | 335 | 73 | 273 | 0 | 111 | 17 | 15 | 471 | 106 | 67 |
| Binary | 11011101 | 111011 | 10111011 | 0 | 1001001 | 1111 | 1101 | 100111001 | 1000110 | 110111 |
Color Harmonies of #DD3BBB
Complementary color
Monochromatic Colors of #DD3BBB
Black with #DD3BBB
Text Example
Text Example
White with #DD3BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3BBB; }
p { color: rgb(221,59,187); }
H1.HeaderClassName
{
color: #DD3BBB;
}
.AnyTagClassName
{
color: #DD3BBB;
}
</style>
background-color css
<style>
a { background-color: #DD3BBB; }
a { background-color: rgb(221,59,187); }
div.DivClassName
{
background-color: #DD3BBB;
}
.BgClassName
{
background-color: #DD3BBB;
}
</style>
border-color css
<style>
span { border-color: #DD3BBB; }
span { border-color: rgb(221,59,187); }
td.TdClassName
{
border-color: #DD3BBB;
}
.TagClassName
{
border-color: #DD3BBB;
}
</style>