Shades of Fuchsia #DA53BC
Tints of Fuchsia #DA53BC
RGB
CMYK
RGB Variations
Color information
#DA53BC (or 0xDA53BC) is known color: Fuchsia. HEX triplet: DA, 53 and BC. RGB value is (218,83,188). Sum of RGB (Red+Green+Blue) = 218+83+188=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA53BC is #25AC43. Grayscale: #878787. Windows color (decimal): -2468932 or 12342234. OLE color: 12342234.
HSL color Cylindrical-coordinate representation of color #DA53BC: hue angle of 313.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA53BC is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 188 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.15 |
| HSL | 313.33º | 0.65% | 0.59% | - |
| HSV(B) | 313.33º | 0.62% | 0.85% | - |
| XYZ | 41.08 | 24.72 | 50.18 | - |
| YUV | 135.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 188 | 0 | 0.62 | 0.14 | 0.15 | 313.33 | 0.65 | 0.59 |
| Hex | DA | 53 | BC | 0 | 3E | E | F | 139 | 41 | 3B |
| Octal | 332 | 123 | 274 | 0 | 76 | 16 | 17 | 471 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10111100 | 0 | 111110 | 1110 | 1111 | 100111001 | 1000001 | 111011 |
Color Harmonies of #DA53BC
Complementary color
Monochromatic Colors of #DA53BC
Black with #DA53BC
Text Example
Text Example
White with #DA53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA53BC; }
p { color: rgb(218,83,188); }
H1.HeaderClassName
{
color: #DA53BC;
}
.AnyTagClassName
{
color: #DA53BC;
}
</style>
background-color css
<style>
a { background-color: #DA53BC; }
a { background-color: rgb(218,83,188); }
div.DivClassName
{
background-color: #DA53BC;
}
.BgClassName
{
background-color: #DA53BC;
}
</style>
border-color css
<style>
span { border-color: #DA53BC; }
span { border-color: rgb(218,83,188); }
td.TdClassName
{
border-color: #DA53BC;
}
.TagClassName
{
border-color: #DA53BC;
}
</style>