Html Css Color HEX #DA5BB0 Fuchsia

📋 copy color: '#DA5BB0'

red 218 ◦ green 91 ◦ blue 176

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

Shades of Fuchsia #DA5BB0

Tints of Fuchsia #DA5BB0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.76%

 BLUE value IS 176 (69.14% from 255) = 36.29%

R = 44.95%
G = 18.76%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA5BB0 (or 0xDA5BB0) is known color: Fuchsia. HEX triplet: DA, 5B and B0. RGB value is (218,91,176). Sum of RGB (Red+Green+Blue) = 218+91+176=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5BB0 is #25A44F. Grayscale: #8A8A8A. Windows color (decimal): -2466896 or 11557850. OLE color: 11557850.

HSL color Cylindrical-coordinate representation of color #DA5BB0: hue angle of 319.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5BB0 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 91 176 -
CMYK 0 0.58 0.19 0.15
HSL 319.84º 0.63% 0.61% -
HSV(B) 319.84º 0.58% 0.85% -
XYZ 40.49 25.52 43.87 -
YUV 138.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 218 91 176 0 0.58 0.19 0.15 319.84 0.63 0.61
Hex DA 5B B0 0 3A 13 F 140 3F 3D
Octal 332 133 260 0 72 23 17 500 77 75
Binary 11011010 1011011 10110000 0 111010 10011 1111 101000000 111111 111101

Color Harmonies of #DA5BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5BB0

Black with #DA5BB0

Text Example


Text Example

White with #DA5BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5BB0; }

 p { color: rgb(218,91,176); }

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

background-color css

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

 a { background-color: rgb(218,91,176); }

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

border-color css

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

 span { border-color: rgb(218,91,176); }

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