Html Css Color HEX #DA50BE Fuchsia

📋 copy color: '#DA50BE'

red 218 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #DA50BE

Tints of Fuchsia #DA50BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 44.67%
G = 16.39%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA50BE (or 0xDA50BE) is known color: Fuchsia. HEX triplet: DA, 50 and BE. RGB value is (218,80,190). Sum of RGB (Red+Green+Blue) = 218+80+190=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50BE is #25AF41. Grayscale: #858585. Windows color (decimal): -2469698 or 12472538. OLE color: 12472538.

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

Color convert

RGB 218 80 190 -
CMYK 0 0.63 0.13 0.15
HSL 312.17º 0.65% 0.58% -
HSV(B) 312.17º 0.63% 0.85% -
XYZ 41.08 24.36 51.25 -
YUV 133.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 218 80 190 0 0.63 0.13 0.15 312.17 0.65 0.58
Hex DA 50 BE 0 3F D F 138 41 3A
Octal 332 120 276 0 77 15 17 470 101 72
Binary 11011010 1010000 10111110 0 111111 1101 1111 100111000 1000001 111010

Color Harmonies of #DA50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50BE

Black with #DA50BE

Text Example


Text Example

White with #DA50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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