Html Css Color HEX #DA50B9 Fuchsia

📋 copy color: '#DA50B9'

red 218 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #DA50B9

Tints of Fuchsia #DA50B9

RGB

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

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

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

R = 45.13%
G = 16.56%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA50B9 (or 0xDA50B9) is known color: Fuchsia. HEX triplet: DA, 50 and B9. RGB value is (218,80,185). Sum of RGB (Red+Green+Blue) = 218+80+185=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50B9 is #25AF46. Grayscale: #848484. Windows color (decimal): -2469703 or 12144858. OLE color: 12144858.

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

Color convert

RGB 218 80 185 -
CMYK 0 0.63 0.15 0.15
HSL 314.35º 0.65% 0.58% -
HSV(B) 314.35º 0.63% 0.85% -
XYZ 40.54 24.15 48.42 -
YUV 133.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 218 80 185 0 0.63 0.15 0.15 314.35 0.65 0.58
Hex DA 50 B9 0 3F F F 13A 41 3A
Octal 332 120 271 0 77 17 17 472 101 72
Binary 11011010 1010000 10111001 0 111111 1111 1111 100111010 1000001 111010

Color Harmonies of #DA50B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50B9

Black with #DA50B9

Text Example


Text Example

White with #DA50B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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