#DA45BC

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

Shades of Fuchsia #DA45BC

Tints of Fuchsia #DA45BC

Color information

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

RGB21869188-
CMYK00.680.140.15
HSL312.08º66.82%56.27%-
HSV(B)312.08º68.35%85.49%-
XYZ40.1222.7949.86-
YUV127.12162.36192.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 69 (27.34% from 255) = 14.53%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=45.89%
G=14.53%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186918800.680.140.15312.0866.8256.27
HexDA45BC044EF1384338
Octal3321052740104161747010370
Binary1101101010001011011110001000100111011111001110001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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