#da43bd

Color #DA43BD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #DA43BD

Tints of Fuchsia #DA43BD

Color information

#DA43BD (or 0xDA43BD) is unknown color: approx 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

RGB21867189-
CMYK00.690.130.15
HSL311.52º67.11%55.88%-
HSV(B)311.52º69.27%85.49%-
XYZ40.1122.5950.39-
YUV126.06163.53193.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 67 (26.56% from 255) = 14.14%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=45.99%
G=14.14%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186718900.690.130.15311.5267.1155.88
HexDA43BD045DF1384338
Octal3321032750105151747010370
Binary1101101010000111011110101000101110111111001110001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da43bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>