Html Css Color HEX #DA4AC1 Fuchsia

📋 copy color: '#DA4AC1'

red 218 ◦ green 74 ◦ blue 193

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

Shades of Fuchsia #DA4AC1

Tints of Fuchsia #DA4AC1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.26%

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

R = 44.95%
G = 15.26%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA4AC1 (or 0xDA4AC1) is known color: Fuchsia. HEX triplet: DA, 4A and C1. RGB value is (218,74,193). Sum of RGB (Red+Green+Blue) = 218+74+193=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4AC1 is #25B53E. Grayscale: #828282. Windows color (decimal): -2471231 or 12667610. OLE color: 12667610.

HSL color Cylindrical-coordinate representation of color #DA4AC1: hue angle of 310.42º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4AC1 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 74 193 -
CMYK 0 0.66 0.11 0.15
HSL 310.42º 0.66% 0.57% -
HSV(B) 310.42º 0.66% 0.85% -
XYZ 40.99 23.65 52.86 -
YUV 130.62 163.21 190.32 -
System Red Green Blue C M Y K H S L
Decimal 218 74 193 0 0.66 0.11 0.15 310.42 0.66 0.57
Hex DA 4A C1 0 42 B F 136 42 39
Octal 332 112 301 0 102 13 17 466 102 71
Binary 11011010 1001010 11000001 0 1000010 1011 1111 100110110 1000010 111001

Color Harmonies of #DA4AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4AC1

Black with #DA4AC1

Text Example


Text Example

White with #DA4AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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