Shades of Razzle Dazzle Rose #DC30D2
Tints of Razzle Dazzle Rose #DC30D2
RGB
CMYK
RGB Variations
Color information
#DC30D2 (or 0xDC30D2) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and D2. RGB value is (220,48,210). Sum of RGB (Red+Green+Blue) = 220+48+210=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30D2 is #23CF2D. Grayscale: #757575. Windows color (decimal): -2346798 or 13775068. OLE color: 13775068.
HSL color Cylindrical-coordinate representation of color #DC30D2: hue angle of 303.49º 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 #DC30D2 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 210 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.14 |
| HSL | 303.49º | 0.71% | 0.53% | - |
| HSV(B) | 303.49º | 0.78% | 0.86% | - |
| XYZ | 42.21 | 21.98 | 62.99 | - |
| YUV | 117.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 210 | 0 | 0.78 | 0.05 | 0.14 | 303.49 | 0.71 | 0.53 |
| Hex | DC | 30 | D2 | 0 | 4E | 5 | E | 12F | 47 | 35 |
| Octal | 334 | 60 | 322 | 0 | 116 | 5 | 16 | 457 | 107 | 65 |
| Binary | 11011100 | 110000 | 11010010 | 0 | 1001110 | 101 | 1110 | 100101111 | 1000111 | 110101 |
Color Harmonies of #DC30D2
Complementary color
Monochromatic Colors of #DC30D2
Black with #DC30D2
Text Example
Text Example
White with #DC30D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30D2; }
p { color: rgb(220,48,210); }
H1.HeaderClassName
{
color: #DC30D2;
}
.AnyTagClassName
{
color: #DC30D2;
}
</style>
background-color css
<style>
a { background-color: #DC30D2; }
a { background-color: rgb(220,48,210); }
div.DivClassName
{
background-color: #DC30D2;
}
.BgClassName
{
background-color: #DC30D2;
}
</style>
border-color css
<style>
span { border-color: #DC30D2; }
span { border-color: rgb(220,48,210); }
td.TdClassName
{
border-color: #DC30D2;
}
.TagClassName
{
border-color: #DC30D2;
}
</style>