Html Css Color HEX #DA4AB0 Fuchsia

📋 copy color: '#DA4AB0'

red 218 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #DA4AB0

Tints of Fuchsia #DA4AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 46.58%
G = 15.81%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA4AB0 (or 0xDA4AB0) is known color: Fuchsia. HEX triplet: DA, 4A and B0. RGB value is (218,74,176). Sum of RGB (Red+Green+Blue) = 218+74+176=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4AB0 is #25B54F. Grayscale: #808080. Windows color (decimal): -2471248 or 11553498. OLE color: 11553498.

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

Color convert

RGB 218 74 176 -
CMYK 0 0.66 0.19 0.15
HSL 317.5º 0.66% 0.57% -
HSV(B) 317.5º 0.66% 0.85% -
XYZ 39.2 22.94 43.44 -
YUV 128.68 154.71 191.71 -
System Red Green Blue C M Y K H S L
Decimal 218 74 176 0 0.66 0.19 0.15 317.5 0.66 0.57
Hex DA 4A B0 0 42 13 F 13E 42 39
Octal 332 112 260 0 102 23 17 476 102 71
Binary 11011010 1001010 10110000 0 1000010 10011 1111 100111110 1000010 111001

Color Harmonies of #DA4AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4AB0

Black with #DA4AB0

Text Example


Text Example

White with #DA4AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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