Shades of Razzle Dazzle Rose #DC30BB
Tints of Razzle Dazzle Rose #DC30BB
RGB
CMYK
RGB Variations
Color information
#DC30BB (or 0xDC30BB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and BB. RGB value is (220,48,187). Sum of RGB (Red+Green+Blue) = 220+48+187=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30BB is #23CF44. Grayscale: #727272. Windows color (decimal): -2346821 or 12267740. OLE color: 12267740.
HSL color Cylindrical-coordinate representation of color #DC30BB: hue angle of 311.51º 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 #DC30BB is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 187 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.14 |
| HSL | 311.51º | 0.71% | 0.53% | - |
| HSV(B) | 311.51º | 0.78% | 0.86% | - |
| XYZ | 39.54 | 20.92 | 48.97 | - |
| YUV | 115.27 | 168.48 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 187 | 0 | 0.78 | 0.15 | 0.14 | 311.51 | 0.71 | 0.53 |
| Hex | DC | 30 | BB | 0 | 4E | F | E | 138 | 47 | 35 |
| Octal | 334 | 60 | 273 | 0 | 116 | 17 | 16 | 470 | 107 | 65 |
| Binary | 11011100 | 110000 | 10111011 | 0 | 1001110 | 1111 | 1110 | 100111000 | 1000111 | 110101 |
Color Harmonies of #DC30BB
Complementary color
Monochromatic Colors of #DC30BB
Black with #DC30BB
Text Example
Text Example
White with #DC30BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30BB; }
p { color: rgb(220,48,187); }
H1.HeaderClassName
{
color: #DC30BB;
}
.AnyTagClassName
{
color: #DC30BB;
}
</style>
background-color css
<style>
a { background-color: #DC30BB; }
a { background-color: rgb(220,48,187); }
div.DivClassName
{
background-color: #DC30BB;
}
.BgClassName
{
background-color: #DC30BB;
}
</style>
border-color css
<style>
span { border-color: #DC30BB; }
span { border-color: rgb(220,48,187); }
td.TdClassName
{
border-color: #DC30BB;
}
.TagClassName
{
border-color: #DC30BB;
}
</style>