Shades of Razzle Dazzle Rose #DC31D4
Tints of Razzle Dazzle Rose #DC31D4
RGB
CMYK
RGB Variations
Color information
#DC31D4 (or 0xDC31D4) is known color: Razzle Dazzle Rose. HEX triplet: DC, 31 and D4. RGB value is (220,49,212). Sum of RGB (Red+Green+Blue) = 220+49+212=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC31D4 is #23CE2B. Grayscale: #767676. Windows color (decimal): -2346540 or 13906396. OLE color: 13906396.
HSL color Cylindrical-coordinate representation of color #DC31D4: hue angle of 302.81º 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 #DC31D4 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 212 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.14 |
| HSL | 302.81º | 0.71% | 0.53% | - |
| HSV(B) | 302.81º | 0.78% | 0.86% | - |
| XYZ | 42.5 | 22.17 | 64.33 | - |
| YUV | 118.71 | 180.65 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 212 | 0 | 0.78 | 0.04 | 0.14 | 302.81 | 0.71 | 0.53 |
| Hex | DC | 31 | D4 | 0 | 4E | 4 | E | 12F | 47 | 35 |
| Octal | 334 | 61 | 324 | 0 | 116 | 4 | 16 | 457 | 107 | 65 |
| Binary | 11011100 | 110001 | 11010100 | 0 | 1001110 | 100 | 1110 | 100101111 | 1000111 | 110101 |
Color Harmonies of #DC31D4
Complementary color
Monochromatic Colors of #DC31D4
Black with #DC31D4
Text Example
Text Example
White with #DC31D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31D4; }
p { color: rgb(220,49,212); }
H1.HeaderClassName
{
color: #DC31D4;
}
.AnyTagClassName
{
color: #DC31D4;
}
</style>
background-color css
<style>
a { background-color: #DC31D4; }
a { background-color: rgb(220,49,212); }
div.DivClassName
{
background-color: #DC31D4;
}
.BgClassName
{
background-color: #DC31D4;
}
</style>
border-color css
<style>
span { border-color: #DC31D4; }
span { border-color: rgb(220,49,212); }
td.TdClassName
{
border-color: #DC31D4;
}
.TagClassName
{
border-color: #DC31D4;
}
</style>