Html Css Color HEX #DA40C5 Fuchsia

📋 copy color: '#DA40C5'

red 218 ◦ green 64 ◦ blue 197

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

Shades of Fuchsia #DA40C5

Tints of Fuchsia #DA40C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.13%

R = 45.51%
G = 13.36%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA40C5 (or 0xDA40C5) is known color: Fuchsia. HEX triplet: DA, 40 and C5. RGB value is (218,64,197). Sum of RGB (Red+Green+Blue) = 218+64+197=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40C5 is #25BF3A. Grayscale: #7C7C7C. Windows color (decimal): -2473787 or 12927194. OLE color: 12927194.

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

Color convert

RGB 218 64 197 -
CMYK 0 0.71 0.10 0.15
HSL 308.18º 0.68% 0.55% -
HSV(B) 308.18º 0.71% 0.85% -
XYZ 40.82 22.6 55.03 -
YUV 125.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 218 64 197 0 0.71 0.10 0.15 308.18 0.68 0.55
Hex DA 40 C5 0 47 A F 134 44 37
Octal 332 100 305 0 107 12 17 464 104 67
Binary 11011010 1000000 11000101 0 1000111 1010 1111 100110100 1000100 110111

Color Harmonies of #DA40C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA40C5

Black with #DA40C5

Text Example


Text Example

White with #DA40C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA40C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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