Html Css Color HEX #DA4AB9 Fuchsia

📋 copy color: '#DA4AB9'

red 218 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #DA4AB9

Tints of Fuchsia #DA4AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.78%

R = 45.7%
G = 15.51%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA4AB9 (or 0xDA4AB9) is known color: Fuchsia. HEX triplet: DA, 4A and B9. RGB value is (218,74,185). Sum of RGB (Red+Green+Blue) = 218+74+185=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4AB9 is #25B546. Grayscale: #818181. Windows color (decimal): -2471239 or 12143322. OLE color: 12143322.

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

Color convert

RGB 218 74 185 -
CMYK 0 0.66 0.15 0.15
HSL 313.75º 0.66% 0.57% -
HSV(B) 313.75º 0.66% 0.85% -
XYZ 40.12 23.31 48.28 -
YUV 129.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 218 74 185 0 0.66 0.15 0.15 313.75 0.66 0.57
Hex DA 4A B9 0 42 F F 13A 42 39
Octal 332 112 271 0 102 17 17 472 102 71
Binary 11011010 1001010 10111001 0 1000010 1111 1111 100111010 1000010 111001

Color Harmonies of #DA4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4AB9

Black with #DA4AB9

Text Example


Text Example

White with #DA4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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