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