Shades of Razzle Dazzle Rose #DC30D9
Tints of Razzle Dazzle Rose #DC30D9
RGB
CMYK
RGB Variations
Color information
#DC30D9 (or 0xDC30D9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and D9. RGB value is (220,48,217). Sum of RGB (Red+Green+Blue) = 220+48+217=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30D9 is #23CF26. Grayscale: #767676. Windows color (decimal): -2346791 or 14233820. OLE color: 14233820.
HSL color Cylindrical-coordinate representation of color #DC30D9: hue angle of 301.05º 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 #DC30D9 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 217 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.14 |
| HSL | 301.05º | 0.71% | 0.53% | - |
| HSV(B) | 301.05º | 0.78% | 0.86% | - |
| XYZ | 43.1 | 22.34 | 67.69 | - |
| YUV | 118.69 | 183.48 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 217 | 0 | 0.78 | 0.01 | 0.14 | 301.05 | 0.71 | 0.53 |
| Hex | DC | 30 | D9 | 0 | 4E | 1 | E | 12D | 47 | 35 |
| Octal | 334 | 60 | 331 | 0 | 116 | 1 | 16 | 455 | 107 | 65 |
| Binary | 11011100 | 110000 | 11011001 | 0 | 1001110 | 1 | 1110 | 100101101 | 1000111 | 110101 |
Color Harmonies of #DC30D9
Complementary color
Monochromatic Colors of #DC30D9
Black with #DC30D9
Text Example
Text Example
White with #DC30D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30D9; }
p { color: rgb(220,48,217); }
H1.HeaderClassName
{
color: #DC30D9;
}
.AnyTagClassName
{
color: #DC30D9;
}
</style>
background-color css
<style>
a { background-color: #DC30D9; }
a { background-color: rgb(220,48,217); }
div.DivClassName
{
background-color: #DC30D9;
}
.BgClassName
{
background-color: #DC30D9;
}
</style>
border-color css
<style>
span { border-color: #DC30D9; }
span { border-color: rgb(220,48,217); }
td.TdClassName
{
border-color: #DC30D9;
}
.TagClassName
{
border-color: #DC30D9;
}
</style>