Html Css Color HEX #DA53B0 Fuchsia

📋 copy color: '#DA53B0'

red 218 ◦ green 83 ◦ blue 176

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

Shades of Fuchsia #DA53B0

Tints of Fuchsia #DA53B0

RGB

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

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

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

R = 45.7%
G = 17.4%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA53B0 (or 0xDA53B0) is known color: Fuchsia. HEX triplet: DA, 53 and B0. RGB value is (218,83,176). Sum of RGB (Red+Green+Blue) = 218+83+176=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA53B0 is #25AC4F. Grayscale: #858585. Windows color (decimal): -2468944 or 11555802. OLE color: 11555802.

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

Color convert

RGB 218 83 176 -
CMYK 0 0.62 0.19 0.15
HSL 318.67º 0.65% 0.59% -
HSV(B) 318.67º 0.62% 0.85% -
XYZ 39.84 24.23 43.65 -
YUV 133.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 218 83 176 0 0.62 0.19 0.15 318.67 0.65 0.59
Hex DA 53 B0 0 3E 13 F 13F 41 3B
Octal 332 123 260 0 76 23 17 477 101 73
Binary 11011010 1010011 10110000 0 111110 10011 1111 100111111 1000001 111011

Color Harmonies of #DA53B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA53B0

Black with #DA53B0

Text Example


Text Example

White with #DA53B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA53B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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