Shades of Razzle Dazzle Rose #DC31BD
Tints of Razzle Dazzle Rose #DC31BD
RGB
CMYK
RGB Variations
Color information
#DC31BD (or 0xDC31BD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 31 and BD. RGB value is (220,49,189). Sum of RGB (Red+Green+Blue) = 220+49+189=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC31BD is #23CE42. Grayscale: #737373. Windows color (decimal): -2346563 or 12399068. OLE color: 12399068.
HSL color Cylindrical-coordinate representation of color #DC31BD: hue angle of 310.88º 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 #DC31BD is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 189 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.14 |
| HSL | 310.88º | 0.71% | 0.53% | - |
| HSV(B) | 310.88º | 0.78% | 0.86% | - |
| XYZ | 39.8 | 21.09 | 50.12 | - |
| YUV | 116.09 | 169.15 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 189 | 0 | 0.78 | 0.14 | 0.14 | 310.88 | 0.71 | 0.53 |
| Hex | DC | 31 | BD | 0 | 4E | E | E | 137 | 47 | 35 |
| Octal | 334 | 61 | 275 | 0 | 116 | 16 | 16 | 467 | 107 | 65 |
| Binary | 11011100 | 110001 | 10111101 | 0 | 1001110 | 1110 | 1110 | 100110111 | 1000111 | 110101 |
Color Harmonies of #DC31BD
Complementary color
Monochromatic Colors of #DC31BD
Black with #DC31BD
Text Example
Text Example
White with #DC31BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31BD; }
p { color: rgb(220,49,189); }
H1.HeaderClassName
{
color: #DC31BD;
}
.AnyTagClassName
{
color: #DC31BD;
}
</style>
background-color css
<style>
a { background-color: #DC31BD; }
a { background-color: rgb(220,49,189); }
div.DivClassName
{
background-color: #DC31BD;
}
.BgClassName
{
background-color: #DC31BD;
}
</style>
border-color css
<style>
span { border-color: #DC31BD; }
span { border-color: rgb(220,49,189); }
td.TdClassName
{
border-color: #DC31BD;
}
.TagClassName
{
border-color: #DC31BD;
}
</style>