Shades of Fuchsia #DA52BC
Tints of Fuchsia #DA52BC
RGB
CMYK
RGB Variations
Color information
#DA52BC (or 0xDA52BC) is known color: Fuchsia. HEX triplet: DA, 52 and BC. RGB value is (218,82,188). Sum of RGB (Red+Green+Blue) = 218+82+188=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA52BC is #25AD43. Grayscale: #868686. Windows color (decimal): -2469188 or 12341978. OLE color: 12341978.
HSL color Cylindrical-coordinate representation of color #DA52BC: hue angle of 313.24º 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 #DA52BC is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 188 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.15 |
| HSL | 313.24º | 0.65% | 0.59% | - |
| HSV(B) | 313.24º | 0.62% | 0.85% | - |
| XYZ | 41.01 | 24.57 | 50.16 | - |
| YUV | 134.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 188 | 0 | 0.62 | 0.14 | 0.15 | 313.24 | 0.65 | 0.59 |
| Hex | DA | 52 | BC | 0 | 3E | E | F | 139 | 41 | 3B |
| Octal | 332 | 122 | 274 | 0 | 76 | 16 | 17 | 471 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10111100 | 0 | 111110 | 1110 | 1111 | 100111001 | 1000001 | 111011 |
Color Harmonies of #DA52BC
Complementary color
Monochromatic Colors of #DA52BC
Black with #DA52BC
Text Example
Text Example
White with #DA52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA52BC; }
p { color: rgb(218,82,188); }
H1.HeaderClassName
{
color: #DA52BC;
}
.AnyTagClassName
{
color: #DA52BC;
}
</style>
background-color css
<style>
a { background-color: #DA52BC; }
a { background-color: rgb(218,82,188); }
div.DivClassName
{
background-color: #DA52BC;
}
.BgClassName
{
background-color: #DA52BC;
}
</style>
border-color css
<style>
span { border-color: #DA52BC; }
span { border-color: rgb(218,82,188); }
td.TdClassName
{
border-color: #DA52BC;
}
.TagClassName
{
border-color: #DA52BC;
}
</style>