Html Css Color HEX #DA53B8 Fuchsia

📋 copy color: '#DA53B8'

red 218 ◦ green 83 ◦ blue 184

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

Shades of Fuchsia #DA53B8

Tints of Fuchsia #DA53B8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.11%

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

R = 44.95%
G = 17.11%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA53B8 (or 0xDA53B8) is known color: Fuchsia. HEX triplet: DA, 53 and B8. RGB value is (218,83,184). Sum of RGB (Red+Green+Blue) = 218+83+184=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA53B8 is #25AC47. Grayscale: #868686. Windows color (decimal): -2468936 or 12080090. OLE color: 12080090.

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

Color convert

RGB 218 83 184 -
CMYK 0 0.62 0.16 0.15
HSL 315.11º 0.65% 0.59% -
HSV(B) 315.11º 0.62% 0.85% -
XYZ 40.66 24.55 47.94 -
YUV 134.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 218 83 184 0 0.62 0.16 0.15 315.11 0.65 0.59
Hex DA 53 B8 0 3E 10 F 13B 41 3B
Octal 332 123 270 0 76 20 17 473 101 73
Binary 11011010 1010011 10111000 0 111110 10000 1111 100111011 1000001 111011

Color Harmonies of #DA53B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA53B8

Black with #DA53B8

Text Example


Text Example

White with #DA53B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA53B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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