Shades of Razzle Dazzle Rose #DC30D1
Tints of Razzle Dazzle Rose #DC30D1
RGB
CMYK
RGB Variations
Color information
#DC30D1 (or 0xDC30D1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and D1. RGB value is (220,48,209). Sum of RGB (Red+Green+Blue) = 220+48+209=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30D1 is #23CF2E. Grayscale: #757575. Windows color (decimal): -2346799 or 13709532. OLE color: 13709532.
HSL color Cylindrical-coordinate representation of color #DC30D1: hue angle of 303.84º 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 #DC30D1 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 209 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.14 |
| HSL | 303.84º | 0.71% | 0.53% | - |
| HSV(B) | 303.84º | 0.78% | 0.86% | - |
| XYZ | 42.08 | 21.93 | 62.34 | - |
| YUV | 117.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 209 | 0 | 0.78 | 0.05 | 0.14 | 303.84 | 0.71 | 0.53 |
| Hex | DC | 30 | D1 | 0 | 4E | 5 | E | 130 | 47 | 35 |
| Octal | 334 | 60 | 321 | 0 | 116 | 5 | 16 | 460 | 107 | 65 |
| Binary | 11011100 | 110000 | 11010001 | 0 | 1001110 | 101 | 1110 | 100110000 | 1000111 | 110101 |
Color Harmonies of #DC30D1
Complementary color
Monochromatic Colors of #DC30D1
Black with #DC30D1
Text Example
Text Example
White with #DC30D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30D1; }
p { color: rgb(220,48,209); }
H1.HeaderClassName
{
color: #DC30D1;
}
.AnyTagClassName
{
color: #DC30D1;
}
</style>
background-color css
<style>
a { background-color: #DC30D1; }
a { background-color: rgb(220,48,209); }
div.DivClassName
{
background-color: #DC30D1;
}
.BgClassName
{
background-color: #DC30D1;
}
</style>
border-color css
<style>
span { border-color: #DC30D1; }
span { border-color: rgb(220,48,209); }
td.TdClassName
{
border-color: #DC30D1;
}
.TagClassName
{
border-color: #DC30D1;
}
</style>