#DA4BB3

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

Shades of Fuchsia #DA4BB3

Tints of Fuchsia #DA4BB3

Color information

#DA4BB3 (or 0xDA4BB3) is unknown color: approx Fuchsia. HEX triplet: DA, 4B and B3. RGB value is (218,75,179). Sum of RGB (Red+Green+Blue) = 218+75+179=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4BB3 is #25B44C. Grayscale: #818181. Windows color (decimal): -2470989 or 11750362. OLE color: 11750362.

HSL color Cylindrical-coordinate representation of color #DA4BB3: hue angle of 316.36º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4BB3 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB21875179-
CMYK00.660.180.15
HSL316.36º65.9%57.45%-
HSV(B)316.36º65.6%85.49%-
XYZ39.5723.1945.04-
YUV129.61155.88191.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 75 (29.69% from 255) = 15.89%
BLUE value IS 179 (70.31% from 255) = 37.92%
R=46.19%
G=15.89%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187517900.660.180.15316.3665.957.45
HexDA4BB304212F13c4239
Octal3321132630102221747410271
Binary11011010100101110110011010000101001011111001111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4BB3; }

 p { color: rgb(218,75,179); }

 H1.HeaderClassName
 {
   color: #DA4BB3;
 }
 .AnyTagClassName
 {
   color: #DA4BB3;
 }
</style>
background-color css

<style>
 a { background-color: #DA4BB3; }

 a { background-color: rgb(218,75,179); }

 div.DivClassName
 {
   background-color: #DA4BB3;
 }
 .BgClassName
 {
   background-color: #DA4BB3;
 }
</style>
border-color css

<style>
 span { border-color: #DA4BB3; }

 span { border-color: rgb(218,75,179); }

 td.TdClassName
 {
   border-color: #DA4BB3;
 }
 .TagClassName
 {
   border-color: #DA4BB3;
 }
</style>