Shades of Fuchsia #DC3DBE
Tints of Fuchsia #DC3DBE
RGB
CMYK
RGB Variations
Color information
#DC3DBE (or 0xDC3DBE) is known color: Fuchsia. HEX triplet: DC, 3D and BE. RGB value is (220,61,190). Sum of RGB (Red+Green+Blue) = 220+61+190=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DBE is #23C241. Grayscale: #7A7A7A. Windows color (decimal): -2343490 or 12467676. OLE color: 12467676.
HSL color Cylindrical-coordinate representation of color #DC3DBE: hue angle of 311.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3DBE is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 190 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.14 |
| HSL | 311.32º | 0.69% | 0.55% | - |
| HSV(B) | 311.32º | 0.72% | 0.86% | - |
| XYZ | 40.48 | 22.27 | 50.88 | - |
| YUV | 123.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 190 | 0 | 0.72 | 0.14 | 0.14 | 311.32 | 0.69 | 0.55 |
| Hex | DC | 3D | BE | 0 | 48 | E | E | 137 | 45 | 37 |
| Octal | 334 | 75 | 276 | 0 | 110 | 16 | 16 | 467 | 105 | 67 |
| Binary | 11011100 | 111101 | 10111110 | 0 | 1001000 | 1110 | 1110 | 100110111 | 1000101 | 110111 |
Color Harmonies of #DC3DBE
Complementary color
Monochromatic Colors of #DC3DBE
Black with #DC3DBE
Text Example
Text Example
White with #DC3DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DBE; }
p { color: rgb(220,61,190); }
H1.HeaderClassName
{
color: #DC3DBE;
}
.AnyTagClassName
{
color: #DC3DBE;
}
</style>
background-color css
<style>
a { background-color: #DC3DBE; }
a { background-color: rgb(220,61,190); }
div.DivClassName
{
background-color: #DC3DBE;
}
.BgClassName
{
background-color: #DC3DBE;
}
</style>
border-color css
<style>
span { border-color: #DC3DBE; }
span { border-color: rgb(220,61,190); }
td.TdClassName
{
border-color: #DC3DBE;
}
.TagClassName
{
border-color: #DC3DBE;
}
</style>