Shades of Fuchsia #DA52BD
Tints of Fuchsia #DA52BD
RGB
CMYK
RGB Variations
Color information
#DA52BD (or 0xDA52BD) is known color: Fuchsia. HEX triplet: DA, 52 and BD. RGB value is (218,82,189). Sum of RGB (Red+Green+Blue) = 218+82+189=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA52BD is #25AD42. Grayscale: #868686. Windows color (decimal): -2469187 or 12407514. OLE color: 12407514.
HSL color Cylindrical-coordinate representation of color #DA52BD: hue angle of 312.79º 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 #DA52BD is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 189 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.15 |
| HSL | 312.79º | 0.65% | 0.59% | - |
| HSV(B) | 312.79º | 0.62% | 0.85% | - |
| XYZ | 41.12 | 24.61 | 50.73 | - |
| YUV | 134.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 189 | 0 | 0.62 | 0.13 | 0.15 | 312.79 | 0.65 | 0.59 |
| Hex | DA | 52 | BD | 0 | 3E | D | F | 139 | 41 | 3B |
| Octal | 332 | 122 | 275 | 0 | 76 | 15 | 17 | 471 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10111101 | 0 | 111110 | 1101 | 1111 | 100111001 | 1000001 | 111011 |
Color Harmonies of #DA52BD
Complementary color
Monochromatic Colors of #DA52BD
Black with #DA52BD
Text Example
Text Example
White with #DA52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA52BD; }
p { color: rgb(218,82,189); }
H1.HeaderClassName
{
color: #DA52BD;
}
.AnyTagClassName
{
color: #DA52BD;
}
</style>
background-color css
<style>
a { background-color: #DA52BD; }
a { background-color: rgb(218,82,189); }
div.DivClassName
{
background-color: #DA52BD;
}
.BgClassName
{
background-color: #DA52BD;
}
</style>
border-color css
<style>
span { border-color: #DA52BD; }
span { border-color: rgb(218,82,189); }
td.TdClassName
{
border-color: #DA52BD;
}
.TagClassName
{
border-color: #DA52BD;
}
</style>