Html Css Color HEX #DA5AB7 Fuchsia

📋 copy color: '#DA5AB7'

red 218 ◦ green 90 ◦ blue 183

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

Shades of Fuchsia #DA5AB7

Tints of Fuchsia #DA5AB7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.33%

 BLUE value IS 183 (71.88% from 255) = 37.27%

R = 44.4%
G = 18.33%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA5AB7 (or 0xDA5AB7) is known color: Fuchsia. HEX triplet: DA, 5A and B7. RGB value is (218,90,183). Sum of RGB (Red+Green+Blue) = 218+90+183=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5AB7 is #25A548. Grayscale: #8A8A8A. Windows color (decimal): -2467145 or 12016346. OLE color: 12016346.

HSL color Cylindrical-coordinate representation of color #DA5AB7: hue angle of 316.41º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5AB7 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 90 183 -
CMYK 0 0.59 0.16 0.15
HSL 316.41º 0.63% 0.6% -
HSV(B) 316.41º 0.59% 0.85% -
XYZ 41.12 25.64 47.58 -
YUV 138.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 218 90 183 0 0.59 0.16 0.15 316.41 0.63 0.6
Hex DA 5A B7 0 3B 10 F 13C 3F 3C
Octal 332 132 267 0 73 20 17 474 77 74
Binary 11011010 1011010 10110111 0 111011 10000 1111 100111100 111111 111100

Color Harmonies of #DA5AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5AB7

Black with #DA5AB7

Text Example


Text Example

White with #DA5AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5AB7; }

 p { color: rgb(218,90,183); }

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

background-color css

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

 a { background-color: rgb(218,90,183); }

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

border-color css

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

 span { border-color: rgb(218,90,183); }

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