Shades of Razzle Dazzle Rose #DC37B9
Tints of Razzle Dazzle Rose #DC37B9
RGB
CMYK
RGB Variations
Color information
#DC37B9 (or 0xDC37B9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 37 and B9. RGB value is (220,55,185). Sum of RGB (Red+Green+Blue) = 220+55+185=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37B9 is #23C846. Grayscale: #767676. Windows color (decimal): -2345031 or 12138460. OLE color: 12138460.
HSL color Cylindrical-coordinate representation of color #DC37B9: hue angle of 312.73º 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 #DC37B9 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 185 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.14 |
| HSL | 312.73º | 0.7% | 0.54% | - |
| HSV(B) | 312.73º | 0.75% | 0.86% | - |
| XYZ | 39.64 | 21.45 | 47.95 | - |
| YUV | 119.16 | 165.16 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 185 | 0 | 0.75 | 0.16 | 0.14 | 312.73 | 0.7 | 0.54 |
| Hex | DC | 37 | B9 | 0 | 4B | 10 | E | 139 | 46 | 36 |
| Octal | 334 | 67 | 271 | 0 | 113 | 20 | 16 | 471 | 106 | 66 |
| Binary | 11011100 | 110111 | 10111001 | 0 | 1001011 | 10000 | 1110 | 100111001 | 1000110 | 110110 |
Color Harmonies of #DC37B9
Complementary color
Monochromatic Colors of #DC37B9
Black with #DC37B9
Text Example
Text Example
White with #DC37B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37B9; }
p { color: rgb(220,55,185); }
H1.HeaderClassName
{
color: #DC37B9;
}
.AnyTagClassName
{
color: #DC37B9;
}
</style>
background-color css
<style>
a { background-color: #DC37B9; }
a { background-color: rgb(220,55,185); }
div.DivClassName
{
background-color: #DC37B9;
}
.BgClassName
{
background-color: #DC37B9;
}
</style>
border-color css
<style>
span { border-color: #DC37B9; }
span { border-color: rgb(220,55,185); }
td.TdClassName
{
border-color: #DC37B9;
}
.TagClassName
{
border-color: #DC37B9;
}
</style>