Shades of Razzle Dazzle Rose #DC30DC
Tints of Razzle Dazzle Rose #DC30DC
RGB
CMYK
RGB Variations
Color information
#DC30DC (or 0xDC30DC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and DC. RGB value is (220,48,220). Sum of RGB (Red+Green+Blue) = 220+48+220=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30DC is #23CF23. Grayscale: #767676. Windows color (decimal): -2346788 or 14430428. OLE color: 14430428.
HSL color Cylindrical-coordinate representation of color #DC30DC: hue angle of 300º 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 #DC30DC is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 220 | - |
| CMYK | 0 | 0.78 | 0 | 0.14 |
| HSL | 300º | 0.71% | 0.53% | - |
| HSV(B) | 300º | 0.78% | 0.86% | - |
| XYZ | 43.49 | 22.5 | 69.76 | - |
| YUV | 119.04 | 184.98 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 220 | 0 | 0.78 | 0 | 0.14 | 300 | 0.71 | 0.53 |
| Hex | DC | 30 | DC | 0 | 4E | 0 | E | 12C | 47 | 35 |
| Octal | 334 | 60 | 334 | 0 | 116 | 0 | 16 | 454 | 107 | 65 |
| Binary | 11011100 | 110000 | 11011100 | 0 | 1001110 | 0 | 1110 | 100101100 | 1000111 | 110101 |
Color Harmonies of #DC30DC
Complementary color
Monochromatic Colors of #DC30DC
Black with #DC30DC
Text Example
Text Example
White with #DC30DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30DC; }
p { color: rgb(220,48,220); }
H1.HeaderClassName
{
color: #DC30DC;
}
.AnyTagClassName
{
color: #DC30DC;
}
</style>
background-color css
<style>
a { background-color: #DC30DC; }
a { background-color: rgb(220,48,220); }
div.DivClassName
{
background-color: #DC30DC;
}
.BgClassName
{
background-color: #DC30DC;
}
</style>
border-color css
<style>
span { border-color: #DC30DC; }
span { border-color: rgb(220,48,220); }
td.TdClassName
{
border-color: #DC30DC;
}
.TagClassName
{
border-color: #DC30DC;
}
</style>