Shades of Razzle Dazzle Rose #DC37B4
Tints of Razzle Dazzle Rose #DC37B4
RGB
CMYK
RGB Variations
Color information
#DC37B4 (or 0xDC37B4) is known color: Razzle Dazzle Rose. HEX triplet: DC, 37 and B4. RGB value is (220,55,180). Sum of RGB (Red+Green+Blue) = 220+55+180=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37B4 is #23C84B. Grayscale: #767676. Windows color (decimal): -2345036 or 11810780. OLE color: 11810780.
HSL color Cylindrical-coordinate representation of color #DC37B4: hue angle of 314.55º 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 #DC37B4 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 180 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.14 |
| HSL | 314.55º | 0.7% | 0.54% | - |
| HSV(B) | 314.55º | 0.75% | 0.86% | - |
| XYZ | 39.12 | 21.24 | 45.22 | - |
| YUV | 118.59 | 162.66 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 180 | 0 | 0.75 | 0.18 | 0.14 | 314.55 | 0.7 | 0.54 |
| Hex | DC | 37 | B4 | 0 | 4B | 12 | E | 13B | 46 | 36 |
| Octal | 334 | 67 | 264 | 0 | 113 | 22 | 16 | 473 | 106 | 66 |
| Binary | 11011100 | 110111 | 10110100 | 0 | 1001011 | 10010 | 1110 | 100111011 | 1000110 | 110110 |
Color Harmonies of #DC37B4
Complementary color
Monochromatic Colors of #DC37B4
Black with #DC37B4
Text Example
Text Example
White with #DC37B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37B4; }
p { color: rgb(220,55,180); }
H1.HeaderClassName
{
color: #DC37B4;
}
.AnyTagClassName
{
color: #DC37B4;
}
</style>
background-color css
<style>
a { background-color: #DC37B4; }
a { background-color: rgb(220,55,180); }
div.DivClassName
{
background-color: #DC37B4;
}
.BgClassName
{
background-color: #DC37B4;
}
</style>
border-color css
<style>
span { border-color: #DC37B4; }
span { border-color: rgb(220,55,180); }
td.TdClassName
{
border-color: #DC37B4;
}
.TagClassName
{
border-color: #DC37B4;
}
</style>