Html Css Color HEX #DA40B2 Fuchsia

📋 copy color: '#DA40B2'

red 218 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #DA40B2

Tints of Fuchsia #DA40B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.7%

R = 47.39%
G = 13.91%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA40B2 (or 0xDA40B2) is known color: Fuchsia. HEX triplet: DA, 40 and B2. RGB value is (218,64,178). Sum of RGB (Red+Green+Blue) = 218+64+178=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA40B2 is #25BF4D. Grayscale: #7A7A7A. Windows color (decimal): -2473806 or 11682010. OLE color: 11682010.

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

Color convert

RGB 218 64 178 -
CMYK 0 0.71 0.18 0.15
HSL 315.58º 0.68% 0.55% -
HSV(B) 315.58º 0.71% 0.85% -
XYZ 38.78 21.79 44.28 -
YUV 123.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 218 64 178 0 0.71 0.18 0.15 315.58 0.68 0.55
Hex DA 40 B2 0 47 12 F 13C 44 37
Octal 332 100 262 0 107 22 17 474 104 67
Binary 11011010 1000000 10110010 0 1000111 10010 1111 100111100 1000100 110111

Color Harmonies of #DA40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA40B2

Black with #DA40B2

Text Example


Text Example

White with #DA40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA40B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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