Shades of Razzle Dazzle Rose #DC32BC
Tints of Razzle Dazzle Rose #DC32BC
RGB
CMYK
RGB Variations
Color information
#DC32BC (or 0xDC32BC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 32 and BC. RGB value is (220,50,188). Sum of RGB (Red+Green+Blue) = 220+50+188=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC32BC is #23CD43. Grayscale: #747474. Windows color (decimal): -2346308 or 12333788. OLE color: 12333788.
HSL color Cylindrical-coordinate representation of color #DC32BC: hue angle of 311.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC32BC is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 188 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.14 |
| HSL | 311.29º | 0.71% | 0.53% | - |
| HSV(B) | 311.29º | 0.77% | 0.86% | - |
| XYZ | 39.73 | 21.13 | 49.56 | - |
| YUV | 116.56 | 168.32 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 188 | 0 | 0.77 | 0.15 | 0.14 | 311.29 | 0.71 | 0.53 |
| Hex | DC | 32 | BC | 0 | 4D | F | E | 137 | 47 | 35 |
| Octal | 334 | 62 | 274 | 0 | 115 | 17 | 16 | 467 | 107 | 65 |
| Binary | 11011100 | 110010 | 10111100 | 0 | 1001101 | 1111 | 1110 | 100110111 | 1000111 | 110101 |
Color Harmonies of #DC32BC
Complementary color
Monochromatic Colors of #DC32BC
Black with #DC32BC
Text Example
Text Example
White with #DC32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32BC; }
p { color: rgb(220,50,188); }
H1.HeaderClassName
{
color: #DC32BC;
}
.AnyTagClassName
{
color: #DC32BC;
}
</style>
background-color css
<style>
a { background-color: #DC32BC; }
a { background-color: rgb(220,50,188); }
div.DivClassName
{
background-color: #DC32BC;
}
.BgClassName
{
background-color: #DC32BC;
}
</style>
border-color css
<style>
span { border-color: #DC32BC; }
span { border-color: rgb(220,50,188); }
td.TdClassName
{
border-color: #DC32BC;
}
.TagClassName
{
border-color: #DC32BC;
}
</style>