Shades of Razzle Dazzle Rose #DC30BA
Tints of Razzle Dazzle Rose #DC30BA
RGB
CMYK
RGB Variations
Color information
#DC30BA (or 0xDC30BA) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and BA. RGB value is (220,48,186). Sum of RGB (Red+Green+Blue) = 220+48+186=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30BA is #23CF45. Grayscale: #727272. Windows color (decimal): -2346822 or 12202204. OLE color: 12202204.
HSL color Cylindrical-coordinate representation of color #DC30BA: hue angle of 311.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC30BA is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 186 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.14 |
| HSL | 311.86º | 0.71% | 0.53% | - |
| HSV(B) | 311.86º | 0.78% | 0.86% | - |
| XYZ | 39.44 | 20.87 | 48.41 | - |
| YUV | 115.16 | 167.98 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 186 | 0 | 0.78 | 0.15 | 0.14 | 311.86 | 0.71 | 0.53 |
| Hex | DC | 30 | BA | 0 | 4E | F | E | 138 | 47 | 35 |
| Octal | 334 | 60 | 272 | 0 | 116 | 17 | 16 | 470 | 107 | 65 |
| Binary | 11011100 | 110000 | 10111010 | 0 | 1001110 | 1111 | 1110 | 100111000 | 1000111 | 110101 |
Color Harmonies of #DC30BA
Complementary color
Monochromatic Colors of #DC30BA
Black with #DC30BA
Text Example
Text Example
White with #DC30BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30BA; }
p { color: rgb(220,48,186); }
H1.HeaderClassName
{
color: #DC30BA;
}
.AnyTagClassName
{
color: #DC30BA;
}
</style>
background-color css
<style>
a { background-color: #DC30BA; }
a { background-color: rgb(220,48,186); }
div.DivClassName
{
background-color: #DC30BA;
}
.BgClassName
{
background-color: #DC30BA;
}
</style>
border-color css
<style>
span { border-color: #DC30BA; }
span { border-color: rgb(220,48,186); }
td.TdClassName
{
border-color: #DC30BA;
}
.TagClassName
{
border-color: #DC30BA;
}
</style>