Html Css Color HEX #DA41BA Fuchsia

📋 copy color: '#DA41BA'

red 218 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #DA41BA

Tints of Fuchsia #DA41BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.86%

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 46.48%
G = 13.86%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA41BA (or 0xDA41BA) is known color: Fuchsia. HEX triplet: DA, 41 and BA. RGB value is (218,65,186). Sum of RGB (Red+Green+Blue) = 218+65+186=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA41BA is #25BE45. Grayscale: #7C7C7C. Windows color (decimal): -2473542 or 12206554. OLE color: 12206554.

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

Color convert

RGB 218 65 186 -
CMYK 0 0.70 0.15 0.15
HSL 312.55º 0.67% 0.55% -
HSV(B) 312.55º 0.7% 0.85% -
XYZ 39.67 22.23 48.65 -
YUV 124.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 218 65 186 0 0.70 0.15 0.15 312.55 0.67 0.55
Hex DA 41 BA 0 46 F F 139 43 37
Octal 332 101 272 0 106 17 17 471 103 67
Binary 11011010 1000001 10111010 0 1000110 1111 1111 100111001 1000011 110111

Color Harmonies of #DA41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA41BA

Black with #DA41BA

Text Example


Text Example

White with #DA41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA41BA; }

 p { color: rgb(218,65,186); }

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

background-color css

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

 a { background-color: rgb(218,65,186); }

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

border-color css

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

 span { border-color: rgb(218,65,186); }

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