Shades of Razzle Dazzle Rose #DC37B3
Tints of Razzle Dazzle Rose #DC37B3
RGB
CMYK
RGB Variations
Color information
#DC37B3 (or 0xDC37B3) is known color: Razzle Dazzle Rose. HEX triplet: DC, 37 and B3. RGB value is (220,55,179). Sum of RGB (Red+Green+Blue) = 220+55+179=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37B3 is #23C84C. Grayscale: #767676. Windows color (decimal): -2345037 or 11745244. OLE color: 11745244.
HSL color Cylindrical-coordinate representation of color #DC37B3: hue angle of 314.91º 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 #DC37B3 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 179 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.14 |
| HSL | 314.91º | 0.7% | 0.54% | - |
| HSV(B) | 314.91º | 0.75% | 0.86% | - |
| XYZ | 39.02 | 21.2 | 44.68 | - |
| YUV | 118.47 | 162.16 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 179 | 0 | 0.75 | 0.19 | 0.14 | 314.91 | 0.7 | 0.54 |
| Hex | DC | 37 | B3 | 0 | 4B | 13 | E | 13B | 46 | 36 |
| Octal | 334 | 67 | 263 | 0 | 113 | 23 | 16 | 473 | 106 | 66 |
| Binary | 11011100 | 110111 | 10110011 | 0 | 1001011 | 10011 | 1110 | 100111011 | 1000110 | 110110 |
Color Harmonies of #DC37B3
Complementary color
Monochromatic Colors of #DC37B3
Black with #DC37B3
Text Example
Text Example
White with #DC37B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37B3; }
p { color: rgb(220,55,179); }
H1.HeaderClassName
{
color: #DC37B3;
}
.AnyTagClassName
{
color: #DC37B3;
}
</style>
background-color css
<style>
a { background-color: #DC37B3; }
a { background-color: rgb(220,55,179); }
div.DivClassName
{
background-color: #DC37B3;
}
.BgClassName
{
background-color: #DC37B3;
}
</style>
border-color css
<style>
span { border-color: #DC37B3; }
span { border-color: rgb(220,55,179); }
td.TdClassName
{
border-color: #DC37B3;
}
.TagClassName
{
border-color: #DC37B3;
}
</style>