Shades of Razzle Dazzle Rose #DC32B8
Tints of Razzle Dazzle Rose #DC32B8
RGB
CMYK
RGB Variations
Color information
#DC32B8 (or 0xDC32B8) is known color: Razzle Dazzle Rose. HEX triplet: DC, 32 and B8. RGB value is (220,50,184). Sum of RGB (Red+Green+Blue) = 220+50+184=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC32B8 is #23CD47. Grayscale: #737373. Windows color (decimal): -2346312 or 12071644. OLE color: 12071644.
HSL color Cylindrical-coordinate representation of color #DC32B8: hue angle of 312.71º 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 #DC32B8 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 184 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.14 |
| HSL | 312.71º | 0.71% | 0.53% | - |
| HSV(B) | 312.71º | 0.77% | 0.86% | - |
| XYZ | 39.31 | 20.96 | 47.32 | - |
| YUV | 116.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 184 | 0 | 0.77 | 0.16 | 0.14 | 312.71 | 0.71 | 0.53 |
| Hex | DC | 32 | B8 | 0 | 4D | 10 | E | 139 | 47 | 35 |
| Octal | 334 | 62 | 270 | 0 | 115 | 20 | 16 | 471 | 107 | 65 |
| Binary | 11011100 | 110010 | 10111000 | 0 | 1001101 | 10000 | 1110 | 100111001 | 1000111 | 110101 |
Color Harmonies of #DC32B8
Complementary color
Monochromatic Colors of #DC32B8
Black with #DC32B8
Text Example
Text Example
White with #DC32B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32B8; }
p { color: rgb(220,50,184); }
H1.HeaderClassName
{
color: #DC32B8;
}
.AnyTagClassName
{
color: #DC32B8;
}
</style>
background-color css
<style>
a { background-color: #DC32B8; }
a { background-color: rgb(220,50,184); }
div.DivClassName
{
background-color: #DC32B8;
}
.BgClassName
{
background-color: #DC32B8;
}
</style>
border-color css
<style>
span { border-color: #DC32B8; }
span { border-color: rgb(220,50,184); }
td.TdClassName
{
border-color: #DC32B8;
}
.TagClassName
{
border-color: #DC32B8;
}
</style>