Shades of Razzle Dazzle Rose #DC37BE
Tints of Razzle Dazzle Rose #DC37BE
RGB
CMYK
RGB Variations
Color information
#DC37BE (or 0xDC37BE) is known color: Razzle Dazzle Rose. HEX triplet: DC, 37 and BE. RGB value is (220,55,190). Sum of RGB (Red+Green+Blue) = 220+55+190=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37BE is #23C841. Grayscale: #777777. Windows color (decimal): -2345026 or 12466140. OLE color: 12466140.
HSL color Cylindrical-coordinate representation of color #DC37BE: hue angle of 310.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 #DC37BE is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 190 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.14 |
| HSL | 310.91º | 0.7% | 0.54% | - |
| HSV(B) | 310.91º | 0.75% | 0.86% | - |
| XYZ | 40.18 | 21.67 | 50.78 | - |
| YUV | 119.73 | 167.66 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 190 | 0 | 0.75 | 0.14 | 0.14 | 310.91 | 0.7 | 0.54 |
| Hex | DC | 37 | BE | 0 | 4B | E | E | 137 | 46 | 36 |
| Octal | 334 | 67 | 276 | 0 | 113 | 16 | 16 | 467 | 106 | 66 |
| Binary | 11011100 | 110111 | 10111110 | 0 | 1001011 | 1110 | 1110 | 100110111 | 1000110 | 110110 |
Color Harmonies of #DC37BE
Complementary color
Monochromatic Colors of #DC37BE
Black with #DC37BE
Text Example
Text Example
White with #DC37BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37BE; }
p { color: rgb(220,55,190); }
H1.HeaderClassName
{
color: #DC37BE;
}
.AnyTagClassName
{
color: #DC37BE;
}
</style>
background-color css
<style>
a { background-color: #DC37BE; }
a { background-color: rgb(220,55,190); }
div.DivClassName
{
background-color: #DC37BE;
}
.BgClassName
{
background-color: #DC37BE;
}
</style>
border-color css
<style>
span { border-color: #DC37BE; }
span { border-color: rgb(220,55,190); }
td.TdClassName
{
border-color: #DC37BE;
}
.TagClassName
{
border-color: #DC37BE;
}
</style>