Shades of Fuchsia #DC4BBD
Tints of Fuchsia #DC4BBD
RGB
CMYK
RGB Variations
Color information
#DC4BBD (or 0xDC4BBD) is known color: Fuchsia. HEX triplet: DC, 4B and BD. RGB value is (220,75,189). Sum of RGB (Red+Green+Blue) = 220+75+189=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4BBD is #23B442. Grayscale: #838383. Windows color (decimal): -2339907 or 12405724. OLE color: 12405724.
HSL color Cylindrical-coordinate representation of color #DC4BBD: hue angle of 312.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4BBD is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 189 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.14 |
| HSL | 312.83º | 0.67% | 0.58% | - |
| HSV(B) | 312.83º | 0.66% | 0.86% | - |
| XYZ | 41.22 | 23.92 | 50.59 | - |
| YUV | 131.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 189 | 0 | 0.66 | 0.14 | 0.14 | 312.83 | 0.67 | 0.58 |
| Hex | DC | 4B | BD | 0 | 42 | E | E | 139 | 43 | 3A |
| Octal | 334 | 113 | 275 | 0 | 102 | 16 | 16 | 471 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10111101 | 0 | 1000010 | 1110 | 1110 | 100111001 | 1000011 | 111010 |
Color Harmonies of #DC4BBD
Complementary color
Monochromatic Colors of #DC4BBD
Black with #DC4BBD
Text Example
Text Example
White with #DC4BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BBD; }
p { color: rgb(220,75,189); }
H1.HeaderClassName
{
color: #DC4BBD;
}
.AnyTagClassName
{
color: #DC4BBD;
}
</style>
background-color css
<style>
a { background-color: #DC4BBD; }
a { background-color: rgb(220,75,189); }
div.DivClassName
{
background-color: #DC4BBD;
}
.BgClassName
{
background-color: #DC4BBD;
}
</style>
border-color css
<style>
span { border-color: #DC4BBD; }
span { border-color: rgb(220,75,189); }
td.TdClassName
{
border-color: #DC4BBD;
}
.TagClassName
{
border-color: #DC4BBD;
}
</style>