Html Css Color HEX #DA50B5 Fuchsia

📋 copy color: '#DA50B5'

red 218 ◦ green 80 ◦ blue 181

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

Shades of Fuchsia #DA50B5

Tints of Fuchsia #DA50B5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.7%

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

R = 45.51%
G = 16.7%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA50B5 (or 0xDA50B5) is known color: Fuchsia. HEX triplet: DA, 50 and B5. RGB value is (218,80,181). Sum of RGB (Red+Green+Blue) = 218+80+181=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50B5 is #25AF4A. Grayscale: #848484. Windows color (decimal): -2469707 or 11882714. OLE color: 11882714.

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

Color convert

RGB 218 80 181 -
CMYK 0 0.63 0.17 0.15
HSL 316.09º 0.65% 0.58% -
HSV(B) 316.09º 0.63% 0.85% -
XYZ 40.12 23.98 46.23 -
YUV 132.78 155.22 188.79 -
System Red Green Blue C M Y K H S L
Decimal 218 80 181 0 0.63 0.17 0.15 316.09 0.65 0.58
Hex DA 50 B5 0 3F 11 F 13C 41 3A
Octal 332 120 265 0 77 21 17 474 101 72
Binary 11011010 1010000 10110101 0 111111 10001 1111 100111100 1000001 111010

Color Harmonies of #DA50B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50B5

Black with #DA50B5

Text Example


Text Example

White with #DA50B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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