Shades of Razzle Dazzle Rose #DD3CBB
Tints of Razzle Dazzle Rose #DD3CBB
RGB
CMYK
RGB Variations
Color information
#DD3CBB (or 0xDD3CBB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3C and BB. RGB value is (221,60,187). Sum of RGB (Red+Green+Blue) = 221+60+187=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3CBB is #22C344. Grayscale: #7A7A7A. Windows color (decimal): -2278213 or 12270813. OLE color: 12270813.
HSL color Cylindrical-coordinate representation of color #DD3CBB: hue angle of 312.67º 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 #DD3CBB is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 187 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.13 |
| HSL | 312.67º | 0.7% | 0.55% | - |
| HSV(B) | 312.67º | 0.73% | 0.87% | - |
| XYZ | 40.4 | 22.19 | 49.17 | - |
| YUV | 122.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 187 | 0 | 0.73 | 0.15 | 0.13 | 312.67 | 0.7 | 0.55 |
| Hex | DD | 3C | BB | 0 | 49 | F | D | 139 | 46 | 37 |
| Octal | 335 | 74 | 273 | 0 | 111 | 17 | 15 | 471 | 106 | 67 |
| Binary | 11011101 | 111100 | 10111011 | 0 | 1001001 | 1111 | 1101 | 100111001 | 1000110 | 110111 |
Color Harmonies of #DD3CBB
Complementary color
Monochromatic Colors of #DD3CBB
Black with #DD3CBB
Text Example
Text Example
White with #DD3CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3CBB; }
p { color: rgb(221,60,187); }
H1.HeaderClassName
{
color: #DD3CBB;
}
.AnyTagClassName
{
color: #DD3CBB;
}
</style>
background-color css
<style>
a { background-color: #DD3CBB; }
a { background-color: rgb(221,60,187); }
div.DivClassName
{
background-color: #DD3CBB;
}
.BgClassName
{
background-color: #DD3CBB;
}
</style>
border-color css
<style>
span { border-color: #DD3CBB; }
span { border-color: rgb(221,60,187); }
td.TdClassName
{
border-color: #DD3CBB;
}
.TagClassName
{
border-color: #DD3CBB;
}
</style>