Html Css Color HEX #DA40B5 Fuchsia

📋 copy color: '#DA40B5'

red 218 ◦ green 64 ◦ blue 181

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

Shades of Fuchsia #DA40B5

Tints of Fuchsia #DA40B5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.82%

 BLUE value IS 181 (71.09% from 255) = 39.09%

R = 47.08%
G = 13.82%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA40B5 (or 0xDA40B5) is known color: Fuchsia. HEX triplet: DA, 40 and B5. RGB value is (218,64,181). Sum of RGB (Red+Green+Blue) = 218+64+181=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40B5 is #25BF4A. Grayscale: #7B7B7B. Windows color (decimal): -2473803 or 11878618. OLE color: 11878618.

HSL color Cylindrical-coordinate representation of color #DA40B5: hue angle of 314.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40B5 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 181 -
CMYK 0 0.71 0.17 0.15
HSL 314.42º 0.68% 0.55% -
HSV(B) 314.42º 0.71% 0.85% -
XYZ 39.09 21.91 45.88 -
YUV 123.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 218 64 181 0 0.71 0.17 0.15 314.42 0.68 0.55
Hex DA 40 B5 0 47 11 F 13A 44 37
Octal 332 100 265 0 107 21 17 472 104 67
Binary 11011010 1000000 10110101 0 1000111 10001 1111 100111010 1000100 110111

Color Harmonies of #DA40B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA40B5

Black with #DA40B5

Text Example


Text Example

White with #DA40B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA40B5; }

 p { color: rgb(218,64,181); }

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

background-color css

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

 a { background-color: rgb(218,64,181); }

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

border-color css

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

 span { border-color: rgb(218,64,181); }

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