Shades of Fuchsia #DA5CB1
Tints of Fuchsia #DA5CB1
RGB
CMYK
RGB Variations
Color information
#DA5CB1 (or 0xDA5CB1) is known color: Fuchsia. HEX triplet: DA, 5C and B1. RGB value is (218,92,177). Sum of RGB (Red+Green+Blue) = 218+92+177=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5CB1 is #25A34E. Grayscale: #8B8B8B. Windows color (decimal): -2466639 or 11623642. OLE color: 11623642.
HSL color Cylindrical-coordinate representation of color #DA5CB1: hue angle of 319.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5CB1 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 177 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.15 |
| HSL | 319.52º | 0.63% | 0.61% | - |
| HSV(B) | 319.52º | 0.58% | 0.85% | - |
| XYZ | 40.68 | 25.73 | 44.42 | - |
| YUV | 139.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 177 | 0 | 0.58 | 0.19 | 0.15 | 319.52 | 0.63 | 0.61 |
| Hex | DA | 5C | B1 | 0 | 3A | 13 | F | 140 | 3F | 3D |
| Octal | 332 | 134 | 261 | 0 | 72 | 23 | 17 | 500 | 77 | 75 |
| Binary | 11011010 | 1011100 | 10110001 | 0 | 111010 | 10011 | 1111 | 101000000 | 111111 | 111101 |
Color Harmonies of #DA5CB1
Complementary color
Monochromatic Colors of #DA5CB1
Black with #DA5CB1
Text Example
Text Example
White with #DA5CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5CB1; }
p { color: rgb(218,92,177); }
H1.HeaderClassName
{
color: #DA5CB1;
}
.AnyTagClassName
{
color: #DA5CB1;
}
</style>
background-color css
<style>
a { background-color: #DA5CB1; }
a { background-color: rgb(218,92,177); }
div.DivClassName
{
background-color: #DA5CB1;
}
.BgClassName
{
background-color: #DA5CB1;
}
</style>
border-color css
<style>
span { border-color: #DA5CB1; }
span { border-color: rgb(218,92,177); }
td.TdClassName
{
border-color: #DA5CB1;
}
.TagClassName
{
border-color: #DA5CB1;
}
</style>