Html Css Color HEX #DA41C1 Fuchsia

📋 copy color: '#DA41C1'

red 218 ◦ green 65 ◦ blue 193

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

Shades of Fuchsia #DA41C1

Tints of Fuchsia #DA41C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.55%

R = 45.8%
G = 13.66%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA41C1 (or 0xDA41C1) is known color: Fuchsia. HEX triplet: DA, 41 and C1. RGB value is (218,65,193). Sum of RGB (Red+Green+Blue) = 218+65+193=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA41C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA41C1 is #25BE3E. Grayscale: #7C7C7C. Windows color (decimal): -2473535 or 12665306. OLE color: 12665306.

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

Color convert

RGB 218 65 193 -
CMYK 0 0.70 0.11 0.15
HSL 309.8º 0.67% 0.55% -
HSV(B) 309.8º 0.7% 0.85% -
XYZ 40.43 22.54 52.67 -
YUV 125.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 218 65 193 0 0.70 0.11 0.15 309.8 0.67 0.55
Hex DA 41 C1 0 46 B F 136 43 37
Octal 332 101 301 0 106 13 17 466 103 67
Binary 11011010 1000001 11000001 0 1000110 1011 1111 100110110 1000011 110111

Color Harmonies of #DA41C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA41C1

Black with #DA41C1

Text Example


Text Example

White with #DA41C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA41C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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