Shades of Fuchsia #DA4CBC
Tints of Fuchsia #DA4CBC
RGB
CMYK
RGB Variations
Color information
#DA4CBC (or 0xDA4CBC) is known color: Fuchsia. HEX triplet: DA, 4C and BC. RGB value is (218,76,188). Sum of RGB (Red+Green+Blue) = 218+76+188=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4CBC is #25B343. Grayscale: #828282. Windows color (decimal): -2470724 or 12340442. OLE color: 12340442.
HSL color Cylindrical-coordinate representation of color #DA4CBC: hue angle of 312.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4CBC is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 188 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.15 |
| HSL | 312.68º | 0.66% | 0.58% | - |
| HSV(B) | 312.68º | 0.65% | 0.85% | - |
| XYZ | 40.57 | 23.71 | 50.01 | - |
| YUV | 131.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 188 | 0 | 0.65 | 0.14 | 0.15 | 312.68 | 0.66 | 0.58 |
| Hex | DA | 4C | BC | 0 | 41 | E | F | 139 | 42 | 3A |
| Octal | 332 | 114 | 274 | 0 | 101 | 16 | 17 | 471 | 102 | 72 |
| Binary | 11011010 | 1001100 | 10111100 | 0 | 1000001 | 1110 | 1111 | 100111001 | 1000010 | 111010 |
Color Harmonies of #DA4CBC
Complementary color
Monochromatic Colors of #DA4CBC
Black with #DA4CBC
Text Example
Text Example
White with #DA4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4CBC; }
p { color: rgb(218,76,188); }
H1.HeaderClassName
{
color: #DA4CBC;
}
.AnyTagClassName
{
color: #DA4CBC;
}
</style>
background-color css
<style>
a { background-color: #DA4CBC; }
a { background-color: rgb(218,76,188); }
div.DivClassName
{
background-color: #DA4CBC;
}
.BgClassName
{
background-color: #DA4CBC;
}
</style>
border-color css
<style>
span { border-color: #DA4CBC; }
span { border-color: rgb(218,76,188); }
td.TdClassName
{
border-color: #DA4CBC;
}
.TagClassName
{
border-color: #DA4CBC;
}
</style>