Shades of Fuchsia #DC46BB
Tints of Fuchsia #DC46BB
RGB
CMYK
RGB Variations
Color information
#DC46BB (or 0xDC46BB) is known color: Fuchsia. HEX triplet: DC, 46 and BB. RGB value is (220,70,187). Sum of RGB (Red+Green+Blue) = 220+70+187=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46BB is #23B944. Grayscale: #7F7F7F. Windows color (decimal): -2341189 or 12273372. OLE color: 12273372.
HSL color Cylindrical-coordinate representation of color #DC46BB: hue angle of 313.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC46BB is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 187 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.14 |
| HSL | 313.2º | 0.68% | 0.57% | - |
| HSV(B) | 313.2º | 0.68% | 0.86% | - |
| XYZ | 40.68 | 23.18 | 49.34 | - |
| YUV | 128.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 187 | 0 | 0.68 | 0.15 | 0.14 | 313.2 | 0.68 | 0.57 |
| Hex | DC | 46 | BB | 0 | 44 | F | E | 139 | 44 | 39 |
| Octal | 334 | 106 | 273 | 0 | 104 | 17 | 16 | 471 | 104 | 71 |
| Binary | 11011100 | 1000110 | 10111011 | 0 | 1000100 | 1111 | 1110 | 100111001 | 1000100 | 111001 |
Color Harmonies of #DC46BB
Complementary color
Monochromatic Colors of #DC46BB
Black with #DC46BB
Text Example
Text Example
White with #DC46BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46BB; }
p { color: rgb(220,70,187); }
H1.HeaderClassName
{
color: #DC46BB;
}
.AnyTagClassName
{
color: #DC46BB;
}
</style>
background-color css
<style>
a { background-color: #DC46BB; }
a { background-color: rgb(220,70,187); }
div.DivClassName
{
background-color: #DC46BB;
}
.BgClassName
{
background-color: #DC46BB;
}
</style>
border-color css
<style>
span { border-color: #DC46BB; }
span { border-color: rgb(220,70,187); }
td.TdClassName
{
border-color: #DC46BB;
}
.TagClassName
{
border-color: #DC46BB;
}
</style>