Shades of Razzle Dazzle Rose #DC30D5
Tints of Razzle Dazzle Rose #DC30D5
RGB
CMYK
RGB Variations
Color information
#DC30D5 (or 0xDC30D5) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and D5. RGB value is (220,48,213). Sum of RGB (Red+Green+Blue) = 220+48+213=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30D5 is #23CF2A. Grayscale: #757575. Windows color (decimal): -2346795 or 13971676. OLE color: 13971676.
HSL color Cylindrical-coordinate representation of color #DC30D5: hue angle of 302.44º 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 #DC30D5 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 213 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.14 |
| HSL | 302.44º | 0.71% | 0.53% | - |
| HSV(B) | 302.44º | 0.78% | 0.86% | - |
| XYZ | 42.58 | 22.13 | 64.98 | - |
| YUV | 118.24 | 181.48 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 213 | 0 | 0.78 | 0.03 | 0.14 | 302.44 | 0.71 | 0.53 |
| Hex | DC | 30 | D5 | 0 | 4E | 3 | E | 12E | 47 | 35 |
| Octal | 334 | 60 | 325 | 0 | 116 | 3 | 16 | 456 | 107 | 65 |
| Binary | 11011100 | 110000 | 11010101 | 0 | 1001110 | 11 | 1110 | 100101110 | 1000111 | 110101 |
Color Harmonies of #DC30D5
Complementary color
Monochromatic Colors of #DC30D5
Black with #DC30D5
Text Example
Text Example
White with #DC30D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30D5; }
p { color: rgb(220,48,213); }
H1.HeaderClassName
{
color: #DC30D5;
}
.AnyTagClassName
{
color: #DC30D5;
}
</style>
background-color css
<style>
a { background-color: #DC30D5; }
a { background-color: rgb(220,48,213); }
div.DivClassName
{
background-color: #DC30D5;
}
.BgClassName
{
background-color: #DC30D5;
}
</style>
border-color css
<style>
span { border-color: #DC30D5; }
span { border-color: rgb(220,48,213); }
td.TdClassName
{
border-color: #DC30D5;
}
.TagClassName
{
border-color: #DC30D5;
}
</style>