Html Css Color HEX #DA57BB Fuchsia

📋 copy color: '#DA57BB'

red 218 ◦ green 87 ◦ blue 187

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

Shades of Fuchsia #DA57BB

Tints of Fuchsia #DA57BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.01%

R = 44.31%
G = 17.68%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA57BB (or 0xDA57BB) is known color: Fuchsia. HEX triplet: DA, 57 and BB. RGB value is (218,87,187). Sum of RGB (Red+Green+Blue) = 218+87+187=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57BB is #25A844. Grayscale: #898989. Windows color (decimal): -2467909 or 12277722. OLE color: 12277722.

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

Color convert

RGB 218 87 187 -
CMYK 0 0.60 0.14 0.15
HSL 314.2º 0.64% 0.6% -
HSV(B) 314.2º 0.6% 0.85% -
XYZ 41.29 25.31 49.72 -
YUV 137.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 218 87 187 0 0.60 0.14 0.15 314.2 0.64 0.6
Hex DA 57 BB 0 3C E F 13A 40 3C
Octal 332 127 273 0 74 16 17 472 100 74
Binary 11011010 1010111 10111011 0 111100 1110 1111 100111010 1000000 111100

Color Harmonies of #DA57BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA57BB

Black with #DA57BB

Text Example


Text Example

White with #DA57BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA57BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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