#DA44BB

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

Shades of Fuchsia #DA44BB

Tints of Fuchsia #DA44BB

Color information

#DA44BB (or 0xDA44BB) is unknown color: approx Fuchsia. HEX triplet: DA, 44 and BB. RGB value is (218,68,187). Sum of RGB (Red+Green+Blue) = 218+68+187=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA44BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA44BB is #25BB44. Grayscale: #7E7E7E. Windows color (decimal): -2472773 or 12272858. OLE color: 12272858.

HSL color Cylindrical-coordinate representation of color #DA44BB: hue angle of 312.4º 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 #DA44BB is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB21868187-
CMYK00.690.140.15
HSL312.4º66.96%56.08%-
HSV(B)312.4º68.81%85.49%-
XYZ39.9522.6349.28-
YUV126.42162.2193.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 68 (26.95% from 255) = 14.38%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=46.09%
G=14.38%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186818700.690.140.15312.466.9656.08
HexDA44BB045EF1384338
Octal3321042730105161747010370
Binary1101101010001001011101101000101111011111001110001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA44BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA44BB; }

 p { color: rgb(218,68,187); }

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

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

 a { background-color: rgb(218,68,187); }

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

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

 span { border-color: rgb(218,68,187); }

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