Shades of Fuchsia #DA43BD
Tints of Fuchsia #DA43BD
RGB
CMYK
RGB Variations
Color information
#DA43BD (or 0xDA43BD) is known color: Fuchsia. HEX triplet: DA, 43 and BD. RGB value is (218,67,189). Sum of RGB (Red+Green+Blue) = 218+67+189=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA43BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA43BD is #25BC42. Grayscale: #7D7D7D. Windows color (decimal): -2473027 or 12403674. OLE color: 12403674.
HSL color Cylindrical-coordinate representation of color #DA43BD: hue angle of 311.52º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA43BD is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 189 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.15 |
| HSL | 311.52º | 0.67% | 0.56% | - |
| HSV(B) | 311.52º | 0.69% | 0.85% | - |
| XYZ | 40.11 | 22.59 | 50.39 | - |
| YUV | 126.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 189 | 0 | 0.69 | 0.13 | 0.15 | 311.52 | 0.67 | 0.56 |
| Hex | DA | 43 | BD | 0 | 45 | D | F | 138 | 43 | 38 |
| Octal | 332 | 103 | 275 | 0 | 105 | 15 | 17 | 470 | 103 | 70 |
| Binary | 11011010 | 1000011 | 10111101 | 0 | 1000101 | 1101 | 1111 | 100111000 | 1000011 | 111000 |
Color Harmonies of #DA43BD
Complementary color
Monochromatic Colors of #DA43BD
Black with #DA43BD
Text Example
Text Example
White with #DA43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA43BD; }
p { color: rgb(218,67,189); }
H1.HeaderClassName
{
color: #DA43BD;
}
.AnyTagClassName
{
color: #DA43BD;
}
</style>
background-color css
<style>
a { background-color: #DA43BD; }
a { background-color: rgb(218,67,189); }
div.DivClassName
{
background-color: #DA43BD;
}
.BgClassName
{
background-color: #DA43BD;
}
</style>
border-color css
<style>
span { border-color: #DA43BD; }
span { border-color: rgb(218,67,189); }
td.TdClassName
{
border-color: #DA43BD;
}
.TagClassName
{
border-color: #DA43BD;
}
</style>