Shades of Fuchsia #DC43BD
Tints of Fuchsia #DC43BD
RGB
CMYK
RGB Variations
Color information
#DC43BD (or 0xDC43BD) is known color: Fuchsia. HEX triplet: DC, 43 and BD. RGB value is (220,67,189). Sum of RGB (Red+Green+Blue) = 220+67+189=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43BD is #23BC42. Grayscale: #7E7E7E. Windows color (decimal): -2341955 or 12403676. OLE color: 12403676.
HSL color Cylindrical-coordinate representation of color #DC43BD: hue angle of 312.16º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC43BD is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 189 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.14 |
| HSL | 312.16º | 0.69% | 0.56% | - |
| HSV(B) | 312.16º | 0.7% | 0.86% | - |
| XYZ | 40.71 | 22.9 | 50.42 | - |
| YUV | 126.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 189 | 0 | 0.70 | 0.14 | 0.14 | 312.16 | 0.69 | 0.56 |
| Hex | DC | 43 | BD | 0 | 46 | E | E | 138 | 45 | 38 |
| Octal | 334 | 103 | 275 | 0 | 106 | 16 | 16 | 470 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10111101 | 0 | 1000110 | 1110 | 1110 | 100111000 | 1000101 | 111000 |
Color Harmonies of #DC43BD
Complementary color
Monochromatic Colors of #DC43BD
Black with #DC43BD
Text Example
Text Example
White with #DC43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43BD; }
p { color: rgb(220,67,189); }
H1.HeaderClassName
{
color: #DC43BD;
}
.AnyTagClassName
{
color: #DC43BD;
}
</style>
background-color css
<style>
a { background-color: #DC43BD; }
a { background-color: rgb(220,67,189); }
div.DivClassName
{
background-color: #DC43BD;
}
.BgClassName
{
background-color: #DC43BD;
}
</style>
border-color css
<style>
span { border-color: #DC43BD; }
span { border-color: rgb(220,67,189); }
td.TdClassName
{
border-color: #DC43BD;
}
.TagClassName
{
border-color: #DC43BD;
}
</style>