Shades of Razzle Dazzle Rose #DC2AD3
Tints of Razzle Dazzle Rose #DC2AD3
RGB
CMYK
RGB Variations
Color information
#DC2AD3 (or 0xDC2AD3) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and D3. RGB value is (220,42,211). Sum of RGB (Red+Green+Blue) = 220+42+211=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AD3 is #23D52C. Grayscale: #717171. Windows color (decimal): -2348333 or 13839068. OLE color: 13839068.
HSL color Cylindrical-coordinate representation of color #DC2AD3: hue angle of 303.03º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2AD3 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 211 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.14 |
| HSL | 303.03º | 0.72% | 0.51% | - |
| HSV(B) | 303.03º | 0.81% | 0.86% | - |
| XYZ | 42.1 | 21.57 | 63.57 | - |
| YUV | 114.49 | 182.47 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 211 | 0 | 0.81 | 0.04 | 0.14 | 303.03 | 0.72 | 0.51 |
| Hex | DC | 2A | D3 | 0 | 51 | 4 | E | 12F | 48 | 33 |
| Octal | 334 | 52 | 323 | 0 | 121 | 4 | 16 | 457 | 110 | 63 |
| Binary | 11011100 | 101010 | 11010011 | 0 | 1010001 | 100 | 1110 | 100101111 | 1001000 | 110011 |
Color Harmonies of #DC2AD3
Complementary color
Monochromatic Colors of #DC2AD3
Black with #DC2AD3
Text Example
Text Example
White with #DC2AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AD3; }
p { color: rgb(220,42,211); }
H1.HeaderClassName
{
color: #DC2AD3;
}
.AnyTagClassName
{
color: #DC2AD3;
}
</style>
background-color css
<style>
a { background-color: #DC2AD3; }
a { background-color: rgb(220,42,211); }
div.DivClassName
{
background-color: #DC2AD3;
}
.BgClassName
{
background-color: #DC2AD3;
}
</style>
border-color css
<style>
span { border-color: #DC2AD3; }
span { border-color: rgb(220,42,211); }
td.TdClassName
{
border-color: #DC2AD3;
}
.TagClassName
{
border-color: #DC2AD3;
}
</style>