Html Css Color HEX #DA4DB5 Fuchsia

📋 copy color: '#DA4DB5'

red 218 ◦ green 77 ◦ blue 181

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

Shades of Fuchsia #DA4DB5

Tints of Fuchsia #DA4DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.18%

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 45.8%
G = 16.18%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA4DB5 (or 0xDA4DB5) is known color: Fuchsia. HEX triplet: DA, 4D and B5. RGB value is (218,77,181). Sum of RGB (Red+Green+Blue) = 218+77+181=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DB5 is #25B24A. Grayscale: #828282. Windows color (decimal): -2470475 or 11881946. OLE color: 11881946.

HSL color Cylindrical-coordinate representation of color #DA4DB5: hue angle of 315.74º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DB5 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 77 181 -
CMYK 0 0.65 0.17 0.15
HSL 315.74º 0.66% 0.58% -
HSV(B) 315.74º 0.65% 0.85% -
XYZ 39.91 23.55 46.16 -
YUV 131.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 218 77 181 0 0.65 0.17 0.15 315.74 0.66 0.58
Hex DA 4D B5 0 41 11 F 13C 42 3A
Octal 332 115 265 0 101 21 17 474 102 72
Binary 11011010 1001101 10110101 0 1000001 10001 1111 100111100 1000010 111010

Color Harmonies of #DA4DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DB5

Black with #DA4DB5

Text Example


Text Example

White with #DA4DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DB5; }

 p { color: rgb(218,77,181); }

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

background-color css

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

 a { background-color: rgb(218,77,181); }

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

border-color css

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

 span { border-color: rgb(218,77,181); }

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