#DA4BBE

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

Shades of Fuchsia #DA4BBE

Tints of Fuchsia #DA4BBE

Color information

#DA4BBE (or 0xDA4BBE) is unknown color: approx Fuchsia. HEX triplet: DA, 4B and BE. RGB value is (218,75,190). Sum of RGB (Red+Green+Blue) = 218+75+190=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4BBE is #25B441. Grayscale: #828282. Windows color (decimal): -2470978 or 12471258. OLE color: 12471258.

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

Color convert

RGB21875190-
CMYK00.660.130.15
HSL311.75º65.9%57.45%-
HSV(B)311.75º65.6%85.49%-
XYZ40.7223.6651.13-
YUV130.87161.38190.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 75 (29.69% from 255) = 15.53%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=45.13%
G=15.53%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187519000.660.130.15311.7565.957.45
HexDA4BBE042DF1384239
Octal3321132760102151747010271
Binary1101101010010111011111001000010110111111001110001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4BBE; }

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

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

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

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

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

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

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

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