Shades of Razzle Dazzle Rose #DC37B5
Tints of Razzle Dazzle Rose #DC37B5
RGB
CMYK
RGB Variations
Color information
#DC37B5 (or 0xDC37B5) is known color: Razzle Dazzle Rose. HEX triplet: DC, 37 and B5. RGB value is (220,55,181). Sum of RGB (Red+Green+Blue) = 220+55+181=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37B5 is #23C84A. Grayscale: #767676. Windows color (decimal): -2345035 or 11876316. OLE color: 11876316.
HSL color Cylindrical-coordinate representation of color #DC37B5: hue angle of 314.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC37B5 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 181 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.14 |
| HSL | 314.18º | 0.7% | 0.54% | - |
| HSV(B) | 314.18º | 0.75% | 0.86% | - |
| XYZ | 39.22 | 21.28 | 45.76 | - |
| YUV | 118.7 | 163.16 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 181 | 0 | 0.75 | 0.18 | 0.14 | 314.18 | 0.7 | 0.54 |
| Hex | DC | 37 | B5 | 0 | 4B | 12 | E | 13A | 46 | 36 |
| Octal | 334 | 67 | 265 | 0 | 113 | 22 | 16 | 472 | 106 | 66 |
| Binary | 11011100 | 110111 | 10110101 | 0 | 1001011 | 10010 | 1110 | 100111010 | 1000110 | 110110 |
Color Harmonies of #DC37B5
Complementary color
Monochromatic Colors of #DC37B5
Black with #DC37B5
Text Example
Text Example
White with #DC37B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37B5; }
p { color: rgb(220,55,181); }
H1.HeaderClassName
{
color: #DC37B5;
}
.AnyTagClassName
{
color: #DC37B5;
}
</style>
background-color css
<style>
a { background-color: #DC37B5; }
a { background-color: rgb(220,55,181); }
div.DivClassName
{
background-color: #DC37B5;
}
.BgClassName
{
background-color: #DC37B5;
}
</style>
border-color css
<style>
span { border-color: #DC37B5; }
span { border-color: rgb(220,55,181); }
td.TdClassName
{
border-color: #DC37B5;
}
.TagClassName
{
border-color: #DC37B5;
}
</style>