Html Css Color HEX #DA57B7 Fuchsia

📋 copy color: '#DA57B7'

red 218 ◦ green 87 ◦ blue 183

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

Shades of Fuchsia #DA57B7

Tints of Fuchsia #DA57B7

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.83%

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

R = 44.67%
G = 17.83%
B = 37.5%

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

#DA57B7 (or 0xDA57B7) is known color: Fuchsia. HEX triplet: DA, 57 and B7. RGB value is (218,87,183). Sum of RGB (Red+Green+Blue) = 218+87+183=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57B7 is #25A848. Grayscale: #888888. Windows color (decimal): -2467913 or 12015578. OLE color: 12015578.

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

Color convert

RGB 218 87 183 -
CMYK 0 0.60 0.16 0.15
HSL 316.03º 0.64% 0.6% -
HSV(B) 316.03º 0.6% 0.85% -
XYZ 40.87 25.14 47.5 -
YUV 137.11 153.9 185.69 -
System Red Green Blue C M Y K H S L
Decimal 218 87 183 0 0.60 0.16 0.15 316.03 0.64 0.6
Hex DA 57 B7 0 3C 10 F 13C 40 3C
Octal 332 127 267 0 74 20 17 474 100 74
Binary 11011010 1010111 10110111 0 111100 10000 1111 100111100 1000000 111100

Color Harmonies of #DA57B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA57B7

Black with #DA57B7

Text Example


Text Example

White with #DA57B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA57B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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