Shades of Fuchsia #DA3DB2
Tints of Fuchsia #DA3DB2
RGB
CMYK
RGB Variations
Color information
#DA3DB2 (or 0xDA3DB2) is known color: Fuchsia. HEX triplet: DA, 3D and B2. RGB value is (218,61,178). Sum of RGB (Red+Green+Blue) = 218+61+178=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3DB2 is #25C24D. Grayscale: #787878. Windows color (decimal): -2474574 or 11681242. OLE color: 11681242.
HSL color Cylindrical-coordinate representation of color #DA3DB2: hue angle of 315.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3DB2 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 178 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.15 |
| HSL | 315.29º | 0.68% | 0.55% | - |
| HSV(B) | 315.29º | 0.72% | 0.85% | - |
| XYZ | 38.62 | 21.46 | 44.23 | - |
| YUV | 121.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 178 | 0 | 0.72 | 0.18 | 0.15 | 315.29 | 0.68 | 0.55 |
| Hex | DA | 3D | B2 | 0 | 48 | 12 | F | 13B | 44 | 37 |
| Octal | 332 | 75 | 262 | 0 | 110 | 22 | 17 | 473 | 104 | 67 |
| Binary | 11011010 | 111101 | 10110010 | 0 | 1001000 | 10010 | 1111 | 100111011 | 1000100 | 110111 |
Color Harmonies of #DA3DB2
Complementary color
Monochromatic Colors of #DA3DB2
Black with #DA3DB2
Text Example
Text Example
White with #DA3DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3DB2; }
p { color: rgb(218,61,178); }
H1.HeaderClassName
{
color: #DA3DB2;
}
.AnyTagClassName
{
color: #DA3DB2;
}
</style>
background-color css
<style>
a { background-color: #DA3DB2; }
a { background-color: rgb(218,61,178); }
div.DivClassName
{
background-color: #DA3DB2;
}
.BgClassName
{
background-color: #DA3DB2;
}
</style>
border-color css
<style>
span { border-color: #DA3DB2; }
span { border-color: rgb(218,61,178); }
td.TdClassName
{
border-color: #DA3DB2;
}
.TagClassName
{
border-color: #DA3DB2;
}
</style>