Html Css Color HEX #DA5FB8 Fuchsia

📋 copy color: '#DA5FB8'

red 218 ◦ green 95 ◦ blue 184

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

Shades of Fuchsia #DA5FB8

Tints of Fuchsia #DA5FB8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.11%

 BLUE value IS 184 (72.27% from 255) = 37.02%

R = 43.86%
G = 19.11%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA5FB8 (or 0xDA5FB8) is known color: Fuchsia. HEX triplet: DA, 5F and B8. RGB value is (218,95,184). Sum of RGB (Red+Green+Blue) = 218+95+184=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5FB8 is #25A047. Grayscale: #8D8D8D. Windows color (decimal): -2465864 or 12083162. OLE color: 12083162.

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

Color convert

RGB 218 95 184 -
CMYK 0 0.56 0.16 0.15
HSL 316.59º 0.62% 0.61% -
HSV(B) 316.59º 0.56% 0.85% -
XYZ 41.66 26.55 48.28 -
YUV 141.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 218 95 184 0 0.56 0.16 0.15 316.59 0.62 0.61
Hex DA 5F B8 0 38 10 F 13D 3E 3D
Octal 332 137 270 0 70 20 17 475 76 75
Binary 11011010 1011111 10111000 0 111000 10000 1111 100111101 111110 111101

Color Harmonies of #DA5FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5FB8

Black with #DA5FB8

Text Example


Text Example

White with #DA5FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5FB8; }

 p { color: rgb(218,95,184); }

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

background-color css

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

 a { background-color: rgb(218,95,184); }

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

border-color css

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

 span { border-color: rgb(218,95,184); }

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