Html Css Color HEX #DA58B7 Fuchsia

📋 copy color: '#DA58B7'

red 218 ◦ green 88 ◦ blue 183

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

Shades of Fuchsia #DA58B7

Tints of Fuchsia #DA58B7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18%

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

R = 44.58%
G = 18%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA58B7 (or 0xDA58B7) is known color: Fuchsia. HEX triplet: DA, 58 and B7. RGB value is (218,88,183). Sum of RGB (Red+Green+Blue) = 218+88+183=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA58B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA58B7 is #25A748. Grayscale: #898989. Windows color (decimal): -2467657 or 12015834. OLE color: 12015834.

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

Color convert

RGB 218 88 183 -
CMYK 0 0.60 0.16 0.15
HSL 316.15º 0.64% 0.6% -
HSV(B) 316.15º 0.6% 0.85% -
XYZ 40.95 25.3 47.53 -
YUV 137.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 218 88 183 0 0.60 0.16 0.15 316.15 0.64 0.6
Hex DA 58 B7 0 3C 10 F 13C 40 3C
Octal 332 130 267 0 74 20 17 474 100 74
Binary 11011010 1011000 10110111 0 111100 10000 1111 100111100 1000000 111100

Color Harmonies of #DA58B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA58B7

Black with #DA58B7

Text Example


Text Example

White with #DA58B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA58B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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