Shades of Razzle Dazzle Rose #DD3CBC
Tints of Razzle Dazzle Rose #DD3CBC
RGB
CMYK
RGB Variations
Color information
#DD3CBC (or 0xDD3CBC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3C and BC. RGB value is (221,60,188). Sum of RGB (Red+Green+Blue) = 221+60+188=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3CBC is #22C343. Grayscale: #7A7A7A. Windows color (decimal): -2278212 or 12336349. OLE color: 12336349.
HSL color Cylindrical-coordinate representation of color #DD3CBC: hue angle of 312.3º 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 #DD3CBC is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 188 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.13 |
| HSL | 312.3º | 0.7% | 0.55% | - |
| HSV(B) | 312.3º | 0.73% | 0.87% | - |
| XYZ | 40.51 | 22.23 | 49.73 | - |
| YUV | 122.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 188 | 0 | 0.73 | 0.15 | 0.13 | 312.3 | 0.7 | 0.55 |
| Hex | DD | 3C | BC | 0 | 49 | F | D | 138 | 46 | 37 |
| Octal | 335 | 74 | 274 | 0 | 111 | 17 | 15 | 470 | 106 | 67 |
| Binary | 11011101 | 111100 | 10111100 | 0 | 1001001 | 1111 | 1101 | 100111000 | 1000110 | 110111 |
Color Harmonies of #DD3CBC
Complementary color
Monochromatic Colors of #DD3CBC
Black with #DD3CBC
Text Example
Text Example
White with #DD3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3CBC; }
p { color: rgb(221,60,188); }
H1.HeaderClassName
{
color: #DD3CBC;
}
.AnyTagClassName
{
color: #DD3CBC;
}
</style>
background-color css
<style>
a { background-color: #DD3CBC; }
a { background-color: rgb(221,60,188); }
div.DivClassName
{
background-color: #DD3CBC;
}
.BgClassName
{
background-color: #DD3CBC;
}
</style>
border-color css
<style>
span { border-color: #DD3CBC; }
span { border-color: rgb(221,60,188); }
td.TdClassName
{
border-color: #DD3CBC;
}
.TagClassName
{
border-color: #DD3CBC;
}
</style>