Html Css Color HEX #DA4AB8 Fuchsia

📋 copy color: '#DA4AB8'

red 218 ◦ green 74 ◦ blue 184

#DA4AB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #DA4AB8

Tints of Fuchsia #DA4AB8

RGB

 RED value IS 218 (85.55% from 255) = 45.8%

 GREEN value IS 74 (29.3% from 255) = 15.55%

 BLUE value IS 184 (72.27% from 255) = 38.66%

R = 45.8%
G = 15.55%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA4AB8 (or 0xDA4AB8) is known color: Fuchsia. HEX triplet: DA, 4A and B8. RGB value is (218,74,184). Sum of RGB (Red+Green+Blue) = 218+74+184=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4AB8 is #25B547. Grayscale: #818181. Windows color (decimal): -2471240 or 12077786. OLE color: 12077786.

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

Color convert

RGB 218 74 184 -
CMYK 0 0.66 0.16 0.15
HSL 314.17º 0.66% 0.57% -
HSV(B) 314.17º 0.66% 0.85% -
XYZ 40.01 23.26 47.73 -
YUV 129.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 218 74 184 0 0.66 0.16 0.15 314.17 0.66 0.57
Hex DA 4A B8 0 42 10 F 13A 42 39
Octal 332 112 270 0 102 20 17 472 102 71
Binary 11011010 1001010 10111000 0 1000010 10000 1111 100111010 1000010 111001

Color Harmonies of #DA4AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4AB8

Black with #DA4AB8

Text Example


Text Example

White with #DA4AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4AB8; }

 p { color: rgb(218,74,184); }

 H1.HeaderClassName
 {
   color: #DA4AB8;
 }
 .AnyTagClassName
 {
   color: #DA4AB8;
 }
</style>

background-color css

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

 a { background-color: rgb(218,74,184); }

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

border-color css

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

 span { border-color: rgb(218,74,184); }

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