Shades of Razzle Dazzle Rose #DC30B7
Tints of Razzle Dazzle Rose #DC30B7
RGB
CMYK
RGB Variations
Color information
#DC30B7 (or 0xDC30B7) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and B7. RGB value is (220,48,183). Sum of RGB (Red+Green+Blue) = 220+48+183=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30B7 is #23CF48. Grayscale: #727272. Windows color (decimal): -2346825 or 12005596. OLE color: 12005596.
HSL color Cylindrical-coordinate representation of color #DC30B7: hue angle of 312.91º 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 #DC30B7 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 183 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.14 |
| HSL | 312.91º | 0.71% | 0.53% | - |
| HSV(B) | 312.91º | 0.78% | 0.86% | - |
| XYZ | 39.12 | 20.75 | 46.74 | - |
| YUV | 114.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 183 | 0 | 0.78 | 0.17 | 0.14 | 312.91 | 0.71 | 0.53 |
| Hex | DC | 30 | B7 | 0 | 4E | 11 | E | 139 | 47 | 35 |
| Octal | 334 | 60 | 267 | 0 | 116 | 21 | 16 | 471 | 107 | 65 |
| Binary | 11011100 | 110000 | 10110111 | 0 | 1001110 | 10001 | 1110 | 100111001 | 1000111 | 110101 |
Color Harmonies of #DC30B7
Complementary color
Monochromatic Colors of #DC30B7
Black with #DC30B7
Text Example
Text Example
White with #DC30B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30B7; }
p { color: rgb(220,48,183); }
H1.HeaderClassName
{
color: #DC30B7;
}
.AnyTagClassName
{
color: #DC30B7;
}
</style>
background-color css
<style>
a { background-color: #DC30B7; }
a { background-color: rgb(220,48,183); }
div.DivClassName
{
background-color: #DC30B7;
}
.BgClassName
{
background-color: #DC30B7;
}
</style>
border-color css
<style>
span { border-color: #DC30B7; }
span { border-color: rgb(220,48,183); }
td.TdClassName
{
border-color: #DC30B7;
}
.TagClassName
{
border-color: #DC30B7;
}
</style>