Html Css Color HEX #DA50BD Fuchsia

📋 copy color: '#DA50BD'

red 218 ◦ green 80 ◦ blue 189

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

Shades of Fuchsia #DA50BD

Tints of Fuchsia #DA50BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.81%

R = 44.76%
G = 16.43%
B = 38.81%

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

#DA50BD (or 0xDA50BD) is known color: Fuchsia. HEX triplet: DA, 50 and BD. RGB value is (218,80,189). Sum of RGB (Red+Green+Blue) = 218+80+189=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50BD is #25AF42. Grayscale: #858585. Windows color (decimal): -2469699 or 12407002. OLE color: 12407002.

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

Color convert

RGB 218 80 189 -
CMYK 0 0.63 0.13 0.15
HSL 312.61º 0.65% 0.58% -
HSV(B) 312.61º 0.63% 0.85% -
XYZ 40.97 24.32 50.68 -
YUV 133.69 159.22 188.14 -
System Red Green Blue C M Y K H S L
Decimal 218 80 189 0 0.63 0.13 0.15 312.61 0.65 0.58
Hex DA 50 BD 0 3F D F 139 41 3A
Octal 332 120 275 0 77 15 17 471 101 72
Binary 11011010 1010000 10111101 0 111111 1101 1111 100111001 1000001 111010

Color Harmonies of #DA50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50BD

Black with #DA50BD

Text Example


Text Example

White with #DA50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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