Shades of Razzle Dazzle Rose #DC30BE
Tints of Razzle Dazzle Rose #DC30BE
RGB
CMYK
RGB Variations
Color information
#DC30BE (or 0xDC30BE) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and BE. RGB value is (220,48,190). Sum of RGB (Red+Green+Blue) = 220+48+190=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30BE is #23CF41. Grayscale: #737373. Windows color (decimal): -2346818 or 12464348. OLE color: 12464348.
HSL color Cylindrical-coordinate representation of color #DC30BE: hue angle of 310.47º 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 #DC30BE is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 190 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.14 |
| HSL | 310.47º | 0.71% | 0.53% | - |
| HSV(B) | 310.47º | 0.78% | 0.86% | - |
| XYZ | 39.87 | 21.05 | 50.68 | - |
| YUV | 115.62 | 169.98 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 190 | 0 | 0.78 | 0.14 | 0.14 | 310.47 | 0.71 | 0.53 |
| Hex | DC | 30 | BE | 0 | 4E | E | E | 136 | 47 | 35 |
| Octal | 334 | 60 | 276 | 0 | 116 | 16 | 16 | 466 | 107 | 65 |
| Binary | 11011100 | 110000 | 10111110 | 0 | 1001110 | 1110 | 1110 | 100110110 | 1000111 | 110101 |
Color Harmonies of #DC30BE
Complementary color
Monochromatic Colors of #DC30BE
Black with #DC30BE
Text Example
Text Example
White with #DC30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30BE; }
p { color: rgb(220,48,190); }
H1.HeaderClassName
{
color: #DC30BE;
}
.AnyTagClassName
{
color: #DC30BE;
}
</style>
background-color css
<style>
a { background-color: #DC30BE; }
a { background-color: rgb(220,48,190); }
div.DivClassName
{
background-color: #DC30BE;
}
.BgClassName
{
background-color: #DC30BE;
}
</style>
border-color css
<style>
span { border-color: #DC30BE; }
span { border-color: rgb(220,48,190); }
td.TdClassName
{
border-color: #DC30BE;
}
.TagClassName
{
border-color: #DC30BE;
}
</style>