Shades of Fuchsia #DA45BC
Tints of Fuchsia #DA45BC
RGB
CMYK
RGB Variations
Color information
#DA45BC (or 0xDA45BC) is known color: Fuchsia. HEX triplet: DA, 45 and BC. RGB value is (218,69,188). Sum of RGB (Red+Green+Blue) = 218+69+188=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA45BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA45BC is #25BA43. Grayscale: #7E7E7E. Windows color (decimal): -2472516 or 12338650. OLE color: 12338650.
HSL color Cylindrical-coordinate representation of color #DA45BC: hue angle of 312.08º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA45BC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 188 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.15 |
| HSL | 312.08º | 0.67% | 0.56% | - |
| HSV(B) | 312.08º | 0.68% | 0.85% | - |
| XYZ | 40.12 | 22.79 | 49.86 | - |
| YUV | 127.12 | 162.36 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 188 | 0 | 0.68 | 0.14 | 0.15 | 312.08 | 0.67 | 0.56 |
| Hex | DA | 45 | BC | 0 | 44 | E | F | 138 | 43 | 38 |
| Octal | 332 | 105 | 274 | 0 | 104 | 16 | 17 | 470 | 103 | 70 |
| Binary | 11011010 | 1000101 | 10111100 | 0 | 1000100 | 1110 | 1111 | 100111000 | 1000011 | 111000 |
Color Harmonies of #DA45BC
Complementary color
Monochromatic Colors of #DA45BC
Black with #DA45BC
Text Example
Text Example
White with #DA45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA45BC; }
p { color: rgb(218,69,188); }
H1.HeaderClassName
{
color: #DA45BC;
}
.AnyTagClassName
{
color: #DA45BC;
}
</style>
background-color css
<style>
a { background-color: #DA45BC; }
a { background-color: rgb(218,69,188); }
div.DivClassName
{
background-color: #DA45BC;
}
.BgClassName
{
background-color: #DA45BC;
}
</style>
border-color css
<style>
span { border-color: #DA45BC; }
span { border-color: rgb(218,69,188); }
td.TdClassName
{
border-color: #DA45BC;
}
.TagClassName
{
border-color: #DA45BC;
}
</style>