Shades of Razzle Dazzle Rose #DC3CB9
Tints of Razzle Dazzle Rose #DC3CB9
RGB
CMYK
RGB Variations
Color information
#DC3CB9 (or 0xDC3CB9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3C and B9. RGB value is (220,60,185). Sum of RGB (Red+Green+Blue) = 220+60+185=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3CB9 is #23C346. Grayscale: #797979. Windows color (decimal): -2343751 or 12139740. OLE color: 12139740.
HSL color Cylindrical-coordinate representation of color #DC3CB9: hue angle of 313.12º 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 #DC3CB9 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 185 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.14 |
| HSL | 313.13º | 0.7% | 0.55% | - |
| HSV(B) | 313.13º | 0.73% | 0.86% | - |
| XYZ | 39.89 | 21.95 | 48.03 | - |
| YUV | 122.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 185 | 0 | 0.73 | 0.16 | 0.14 | 313.13 | 0.7 | 0.55 |
| Hex | DC | 3C | B9 | 0 | 49 | 10 | E | 139 | 46 | 37 |
| Octal | 334 | 74 | 271 | 0 | 111 | 20 | 16 | 471 | 106 | 67 |
| Binary | 11011100 | 111100 | 10111001 | 0 | 1001001 | 10000 | 1110 | 100111001 | 1000110 | 110111 |
Color Harmonies of #DC3CB9
Complementary color
Monochromatic Colors of #DC3CB9
Black with #DC3CB9
Text Example
Text Example
White with #DC3CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3CB9; }
p { color: rgb(220,60,185); }
H1.HeaderClassName
{
color: #DC3CB9;
}
.AnyTagClassName
{
color: #DC3CB9;
}
</style>
background-color css
<style>
a { background-color: #DC3CB9; }
a { background-color: rgb(220,60,185); }
div.DivClassName
{
background-color: #DC3CB9;
}
.BgClassName
{
background-color: #DC3CB9;
}
</style>
border-color css
<style>
span { border-color: #DC3CB9; }
span { border-color: rgb(220,60,185); }
td.TdClassName
{
border-color: #DC3CB9;
}
.TagClassName
{
border-color: #DC3CB9;
}
</style>