#DA3CB9

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

Shades of Fuchsia #DA3CB9

Tints of Fuchsia #DA3CB9

Color information

#DA3CB9 (or 0xDA3CB9) is unknown color: approx Fuchsia. HEX triplet: DA, 3C and B9. RGB value is (218,60,185). Sum of RGB (Red+Green+Blue) = 218+60+185=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3CB9 is #25C346. Grayscale: #797979. Windows color (decimal): -2474823 or 12139738. OLE color: 12139738.

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

Color convert

RGB21860185-
CMYK00.720.150.15
HSL312.53º68.1%54.51%-
HSV(B)312.53º72.48%85.49%-
XYZ39.2921.6448.01-
YUV121.49163.85196.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 60 (23.83% from 255) = 12.96%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=47.08%
G=12.96%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186018500.720.150.15312.5368.154.51
HexDA3CB9048FF1394437
Octal332742710110171747110467
Binary110110101111001011100101001000111111111001110011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3CB9; }

 p { color: rgb(218,60,185); }

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

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

 a { background-color: rgb(218,60,185); }

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

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

 span { border-color: rgb(218,60,185); }

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