Shades of Razzle Dazzle Rose #DD3BBF
Tints of Razzle Dazzle Rose #DD3BBF
RGB
CMYK
RGB Variations
Color information
#DD3BBF (or 0xDD3BBF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3B and BF. RGB value is (221,59,191). Sum of RGB (Red+Green+Blue) = 221+59+191=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3BBF is #22C440. Grayscale: #7A7A7A. Windows color (decimal): -2278465 or 12532701. OLE color: 12532701.
HSL color Cylindrical-coordinate representation of color #DD3BBF: hue angle of 311.11º 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 #DD3BBF is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 191 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.13 |
| HSL | 311.11º | 0.7% | 0.55% | - |
| HSV(B) | 311.11º | 0.73% | 0.87% | - |
| XYZ | 40.79 | 22.26 | 51.44 | - |
| YUV | 122.49 | 166.67 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 191 | 0 | 0.73 | 0.14 | 0.13 | 311.11 | 0.7 | 0.55 |
| Hex | DD | 3B | BF | 0 | 49 | E | D | 137 | 46 | 37 |
| Octal | 335 | 73 | 277 | 0 | 111 | 16 | 15 | 467 | 106 | 67 |
| Binary | 11011101 | 111011 | 10111111 | 0 | 1001001 | 1110 | 1101 | 100110111 | 1000110 | 110111 |
Color Harmonies of #DD3BBF
Complementary color
Monochromatic Colors of #DD3BBF
Black with #DD3BBF
Text Example
Text Example
White with #DD3BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3BBF; }
p { color: rgb(221,59,191); }
H1.HeaderClassName
{
color: #DD3BBF;
}
.AnyTagClassName
{
color: #DD3BBF;
}
</style>
background-color css
<style>
a { background-color: #DD3BBF; }
a { background-color: rgb(221,59,191); }
div.DivClassName
{
background-color: #DD3BBF;
}
.BgClassName
{
background-color: #DD3BBF;
}
</style>
border-color css
<style>
span { border-color: #DD3BBF; }
span { border-color: rgb(221,59,191); }
td.TdClassName
{
border-color: #DD3BBF;
}
.TagClassName
{
border-color: #DD3BBF;
}
</style>