Shades of Fuchsia #DA3CBB
Tints of Fuchsia #DA3CBB
RGB
CMYK
RGB Variations
Color information
#DA3CBB (or 0xDA3CBB) is known color: Fuchsia. HEX triplet: DA, 3C and BB. RGB value is (218,60,187). Sum of RGB (Red+Green+Blue) = 218+60+187=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3CBB is #25C344. Grayscale: #797979. Windows color (decimal): -2474821 or 12270810. OLE color: 12270810.
HSL color Cylindrical-coordinate representation of color #DA3CBB: hue angle of 311.77º 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 #DA3CBB is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 187 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.15 |
| HSL | 311.77º | 0.68% | 0.55% | - |
| HSV(B) | 311.77º | 0.72% | 0.85% | - |
| XYZ | 39.5 | 21.73 | 49.13 | - |
| YUV | 121.72 | 164.85 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 187 | 0 | 0.72 | 0.14 | 0.15 | 311.77 | 0.68 | 0.55 |
| Hex | DA | 3C | BB | 0 | 48 | E | F | 138 | 44 | 37 |
| Octal | 332 | 74 | 273 | 0 | 110 | 16 | 17 | 470 | 104 | 67 |
| Binary | 11011010 | 111100 | 10111011 | 0 | 1001000 | 1110 | 1111 | 100111000 | 1000100 | 110111 |
Color Harmonies of #DA3CBB
Complementary color
Monochromatic Colors of #DA3CBB
Black with #DA3CBB
Text Example
Text Example
White with #DA3CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3CBB; }
p { color: rgb(218,60,187); }
H1.HeaderClassName
{
color: #DA3CBB;
}
.AnyTagClassName
{
color: #DA3CBB;
}
</style>
background-color css
<style>
a { background-color: #DA3CBB; }
a { background-color: rgb(218,60,187); }
div.DivClassName
{
background-color: #DA3CBB;
}
.BgClassName
{
background-color: #DA3CBB;
}
</style>
border-color css
<style>
span { border-color: #DA3CBB; }
span { border-color: rgb(218,60,187); }
td.TdClassName
{
border-color: #DA3CBB;
}
.TagClassName
{
border-color: #DA3CBB;
}
</style>