Html Css Color HEX #DA49B3 Fuchsia

📋 copy color: '#DA49B3'

red 218 ◦ green 73 ◦ blue 179

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

Shades of Fuchsia #DA49B3

Tints of Fuchsia #DA49B3

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.53%

 BLUE value IS 179 (70.31% from 255) = 38.09%

R = 46.38%
G = 15.53%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA49B3 (or 0xDA49B3) is known color: Fuchsia. HEX triplet: DA, 49 and B3. RGB value is (218,73,179). Sum of RGB (Red+Green+Blue) = 218+73+179=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49B3 is #25B64C. Grayscale: #808080. Windows color (decimal): -2471501 or 11749850. OLE color: 11749850.

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

Color convert

RGB 218 73 179 -
CMYK 0 0.67 0.18 0.15
HSL 316.14º 0.66% 0.57% -
HSV(B) 316.14º 0.67% 0.85% -
XYZ 39.43 22.93 44.99 -
YUV 128.44 156.54 191.88 -
System Red Green Blue C M Y K H S L
Decimal 218 73 179 0 0.67 0.18 0.15 316.14 0.66 0.57
Hex DA 49 B3 0 43 12 F 13C 42 39
Octal 332 111 263 0 103 22 17 474 102 71
Binary 11011010 1001001 10110011 0 1000011 10010 1111 100111100 1000010 111001

Color Harmonies of #DA49B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA49B3

Black with #DA49B3

Text Example


Text Example

White with #DA49B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA49B3; }

 p { color: rgb(218,73,179); }

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

background-color css

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

 a { background-color: rgb(218,73,179); }

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

border-color css

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

 span { border-color: rgb(218,73,179); }

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