Html Css Color HEX #DA4AB6 Fuchsia

📋 copy color: '#DA4AB6'

red 218 ◦ green 74 ◦ blue 182

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

Shades of Fuchsia #DA4AB6

Tints of Fuchsia #DA4AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.4%

R = 45.99%
G = 15.61%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA4AB6 (or 0xDA4AB6) is known color: Fuchsia. HEX triplet: DA, 4A and B6. RGB value is (218,74,182). Sum of RGB (Red+Green+Blue) = 218+74+182=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4AB6 is #25B549. Grayscale: #818181. Windows color (decimal): -2471242 or 11946714. OLE color: 11946714.

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

Color convert

RGB 218 74 182 -
CMYK 0 0.66 0.17 0.15
HSL 315º 0.66% 0.57% -
HSV(B) 315º 0.66% 0.85% -
XYZ 39.81 23.18 46.63 -
YUV 129.37 157.71 191.22 -
System Red Green Blue C M Y K H S L
Decimal 218 74 182 0 0.66 0.17 0.15 315 0.66 0.57
Hex DA 4A B6 0 42 11 F 13B 42 39
Octal 332 112 266 0 102 21 17 473 102 71
Binary 11011010 1001010 10110110 0 1000010 10001 1111 100111011 1000010 111001

Color Harmonies of #DA4AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4AB6

Black with #DA4AB6

Text Example


Text Example

White with #DA4AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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