Html Css Color HEX #DA4DAE Fuchsia

📋 copy color: '#DA4DAE'

red 218 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #DA4DAE

Tints of Fuchsia #DA4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.42%

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 46.48%
G = 16.42%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA4DAE (or 0xDA4DAE) is known color: Fuchsia. HEX triplet: DA, 4D and AE. RGB value is (218,77,174). Sum of RGB (Red+Green+Blue) = 218+77+174=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4DAE is #25B251. Grayscale: #818181. Windows color (decimal): -2470482 or 11423194. OLE color: 11423194.

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

Color convert

RGB 218 77 174 -
CMYK 0 0.65 0.20 0.15
HSL 318.72º 0.66% 0.58% -
HSV(B) 318.72º 0.65% 0.85% -
XYZ 39.21 23.27 42.47 -
YUV 130.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 218 77 174 0 0.65 0.20 0.15 318.72 0.66 0.58
Hex DA 4D AE 0 41 14 F 13F 42 3A
Octal 332 115 256 0 101 24 17 477 102 72
Binary 11011010 1001101 10101110 0 1000001 10100 1111 100111111 1000010 111010

Color Harmonies of #DA4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DAE

Black with #DA4DAE

Text Example


Text Example

White with #DA4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DAE; }

 p { color: rgb(218,77,174); }

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

background-color css

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

 a { background-color: rgb(218,77,174); }

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

border-color css

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

 span { border-color: rgb(218,77,174); }

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