Html Css Color HEX #DA57B9 Fuchsia

📋 copy color: '#DA57B9'

red 218 ◦ green 87 ◦ blue 185

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

Shades of Fuchsia #DA57B9

Tints of Fuchsia #DA57B9

RGB

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

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

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

R = 44.49%
G = 17.76%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA57B9 (or 0xDA57B9) is known color: Fuchsia. HEX triplet: DA, 57 and B9. RGB value is (218,87,185). Sum of RGB (Red+Green+Blue) = 218+87+185=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57B9 is #25A846. Grayscale: #898989. Windows color (decimal): -2467911 or 12146650. OLE color: 12146650.

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

Color convert

RGB 218 87 185 -
CMYK 0 0.60 0.15 0.15
HSL 315.11º 0.64% 0.6% -
HSV(B) 315.11º 0.6% 0.85% -
XYZ 41.08 25.22 48.6 -
YUV 137.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 218 87 185 0 0.60 0.15 0.15 315.11 0.64 0.6
Hex DA 57 B9 0 3C F F 13B 40 3C
Octal 332 127 271 0 74 17 17 473 100 74
Binary 11011010 1010111 10111001 0 111100 1111 1111 100111011 1000000 111100

Color Harmonies of #DA57B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA57B9

Black with #DA57B9

Text Example


Text Example

White with #DA57B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA57B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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