Shades of Fuchsia #DC4BBB
Tints of Fuchsia #DC4BBB
RGB
CMYK
RGB Variations
Color information
#DC4BBB (or 0xDC4BBB) is known color: Fuchsia. HEX triplet: DC, 4B and BB. RGB value is (220,75,187). Sum of RGB (Red+Green+Blue) = 220+75+187=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4BBB is #23B444. Grayscale: #828282. Windows color (decimal): -2339909 or 12274652. OLE color: 12274652.
HSL color Cylindrical-coordinate representation of color #DC4BBB: hue angle of 313.66º 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 #DC4BBB is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 187 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.14 |
| HSL | 313.66º | 0.67% | 0.58% | - |
| HSV(B) | 313.66º | 0.66% | 0.86% | - |
| XYZ | 41 | 23.84 | 49.45 | - |
| YUV | 131.12 | 159.54 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 187 | 0 | 0.66 | 0.15 | 0.14 | 313.66 | 0.67 | 0.58 |
| Hex | DC | 4B | BB | 0 | 42 | F | E | 13A | 43 | 3A |
| Octal | 334 | 113 | 273 | 0 | 102 | 17 | 16 | 472 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10111011 | 0 | 1000010 | 1111 | 1110 | 100111010 | 1000011 | 111010 |
Color Harmonies of #DC4BBB
Complementary color
Monochromatic Colors of #DC4BBB
Black with #DC4BBB
Text Example
Text Example
White with #DC4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BBB; }
p { color: rgb(220,75,187); }
H1.HeaderClassName
{
color: #DC4BBB;
}
.AnyTagClassName
{
color: #DC4BBB;
}
</style>
background-color css
<style>
a { background-color: #DC4BBB; }
a { background-color: rgb(220,75,187); }
div.DivClassName
{
background-color: #DC4BBB;
}
.BgClassName
{
background-color: #DC4BBB;
}
</style>
border-color css
<style>
span { border-color: #DC4BBB; }
span { border-color: rgb(220,75,187); }
td.TdClassName
{
border-color: #DC4BBB;
}
.TagClassName
{
border-color: #DC4BBB;
}
</style>