Shades of Razzle Dazzle Rose #DC34BA
Tints of Razzle Dazzle Rose #DC34BA
RGB
CMYK
RGB Variations
Color information
#DC34BA (or 0xDC34BA) is known color: Razzle Dazzle Rose. HEX triplet: DC, 34 and BA. RGB value is (220,52,186). Sum of RGB (Red+Green+Blue) = 220+52+186=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC34BA is #23CB45. Grayscale: #757575. Windows color (decimal): -2345798 or 12203228. OLE color: 12203228.
HSL color Cylindrical-coordinate representation of color #DC34BA: hue angle of 312.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC34BA is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 186 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.14 |
| HSL | 312.14º | 0.71% | 0.53% | - |
| HSV(B) | 312.14º | 0.76% | 0.86% | - |
| XYZ | 39.61 | 21.22 | 48.46 | - |
| YUV | 117.51 | 166.66 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 186 | 0 | 0.76 | 0.15 | 0.14 | 312.14 | 0.71 | 0.53 |
| Hex | DC | 34 | BA | 0 | 4C | F | E | 138 | 47 | 35 |
| Octal | 334 | 64 | 272 | 0 | 114 | 17 | 16 | 470 | 107 | 65 |
| Binary | 11011100 | 110100 | 10111010 | 0 | 1001100 | 1111 | 1110 | 100111000 | 1000111 | 110101 |
Color Harmonies of #DC34BA
Complementary color
Monochromatic Colors of #DC34BA
Black with #DC34BA
Text Example
Text Example
White with #DC34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34BA; }
p { color: rgb(220,52,186); }
H1.HeaderClassName
{
color: #DC34BA;
}
.AnyTagClassName
{
color: #DC34BA;
}
</style>
background-color css
<style>
a { background-color: #DC34BA; }
a { background-color: rgb(220,52,186); }
div.DivClassName
{
background-color: #DC34BA;
}
.BgClassName
{
background-color: #DC34BA;
}
</style>
border-color css
<style>
span { border-color: #DC34BA; }
span { border-color: rgb(220,52,186); }
td.TdClassName
{
border-color: #DC34BA;
}
.TagClassName
{
border-color: #DC34BA;
}
</style>