Html Css Color HEX #DA3AB9 Fuchsia

📋 copy color: '#DA3AB9'

red 218 ◦ green 58 ◦ blue 185

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

Shades of Fuchsia #DA3AB9

Tints of Fuchsia #DA3AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.58%

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

R = 47.29%
G = 12.58%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA3AB9 (or 0xDA3AB9) is known color: Fuchsia. HEX triplet: DA, 3A and B9. RGB value is (218,58,185). Sum of RGB (Red+Green+Blue) = 218+58+185=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3AB9 is #25C546. Grayscale: #777777. Windows color (decimal): -2475335 or 12139226. OLE color: 12139226.

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

Color convert

RGB 218 58 185 -
CMYK 0 0.73 0.15 0.15
HSL 312.38º 0.68% 0.54% -
HSV(B) 312.38º 0.73% 0.85% -
XYZ 39.18 21.43 47.97 -
YUV 120.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 218 58 185 0 0.73 0.15 0.15 312.38 0.68 0.54
Hex DA 3A B9 0 49 F F 138 44 36
Octal 332 72 271 0 111 17 17 470 104 66
Binary 11011010 111010 10111001 0 1001001 1111 1111 100111000 1000100 110110

Color Harmonies of #DA3AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3AB9

Black with #DA3AB9

Text Example


Text Example

White with #DA3AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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