Shades of Razzle Dazzle Rose #DC3CB7
Tints of Razzle Dazzle Rose #DC3CB7
RGB
CMYK
RGB Variations
Color information
#DC3CB7 (or 0xDC3CB7) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3C and B7. RGB value is (220,60,183). Sum of RGB (Red+Green+Blue) = 220+60+183=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3CB7 is #23C348. Grayscale: #797979. Windows color (decimal): -2343753 or 12008668. OLE color: 12008668.
HSL color Cylindrical-coordinate representation of color #DC3CB7: hue angle of 313.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3CB7 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 183 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.14 |
| HSL | 313.88º | 0.7% | 0.55% | - |
| HSV(B) | 313.88º | 0.73% | 0.86% | - |
| XYZ | 39.68 | 21.87 | 46.93 | - |
| YUV | 121.86 | 162.51 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 183 | 0 | 0.73 | 0.17 | 0.14 | 313.88 | 0.7 | 0.55 |
| Hex | DC | 3C | B7 | 0 | 49 | 11 | E | 13A | 46 | 37 |
| Octal | 334 | 74 | 267 | 0 | 111 | 21 | 16 | 472 | 106 | 67 |
| Binary | 11011100 | 111100 | 10110111 | 0 | 1001001 | 10001 | 1110 | 100111010 | 1000110 | 110111 |
Color Harmonies of #DC3CB7
Complementary color
Monochromatic Colors of #DC3CB7
Black with #DC3CB7
Text Example
Text Example
White with #DC3CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3CB7; }
p { color: rgb(220,60,183); }
H1.HeaderClassName
{
color: #DC3CB7;
}
.AnyTagClassName
{
color: #DC3CB7;
}
</style>
background-color css
<style>
a { background-color: #DC3CB7; }
a { background-color: rgb(220,60,183); }
div.DivClassName
{
background-color: #DC3CB7;
}
.BgClassName
{
background-color: #DC3CB7;
}
</style>
border-color css
<style>
span { border-color: #DC3CB7; }
span { border-color: rgb(220,60,183); }
td.TdClassName
{
border-color: #DC3CB7;
}
.TagClassName
{
border-color: #DC3CB7;
}
</style>