Shades of Fuchsia #DA5DB3
Tints of Fuchsia #DA5DB3
RGB
CMYK
RGB Variations
Color information
#DA5DB3 (or 0xDA5DB3) is known color: Fuchsia. HEX triplet: DA, 5D and B3. RGB value is (218,93,179). Sum of RGB (Red+Green+Blue) = 218+93+179=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DB3 is #25A24C. Grayscale: #8B8B8B. Windows color (decimal): -2466381 or 11754970. OLE color: 11754970.
HSL color Cylindrical-coordinate representation of color #DA5DB3: hue angle of 318.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5DB3 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 179 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.15 |
| HSL | 318.72º | 0.63% | 0.61% | - |
| HSV(B) | 318.72º | 0.57% | 0.85% | - |
| XYZ | 40.96 | 25.99 | 45.51 | - |
| YUV | 140.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 179 | 0 | 0.57 | 0.18 | 0.15 | 318.72 | 0.63 | 0.61 |
| Hex | DA | 5D | B3 | 0 | 39 | 12 | F | 13F | 3F | 3D |
| Octal | 332 | 135 | 263 | 0 | 71 | 22 | 17 | 477 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10110011 | 0 | 111001 | 10010 | 1111 | 100111111 | 111111 | 111101 |
Color Harmonies of #DA5DB3
Complementary color
Monochromatic Colors of #DA5DB3
Black with #DA5DB3
Text Example
Text Example
White with #DA5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5DB3; }
p { color: rgb(218,93,179); }
H1.HeaderClassName
{
color: #DA5DB3;
}
.AnyTagClassName
{
color: #DA5DB3;
}
</style>
background-color css
<style>
a { background-color: #DA5DB3; }
a { background-color: rgb(218,93,179); }
div.DivClassName
{
background-color: #DA5DB3;
}
.BgClassName
{
background-color: #DA5DB3;
}
</style>
border-color css
<style>
span { border-color: #DA5DB3; }
span { border-color: rgb(218,93,179); }
td.TdClassName
{
border-color: #DA5DB3;
}
.TagClassName
{
border-color: #DA5DB3;
}
</style>