Html Css Color HEX #DA49B5 Fuchsia

📋 copy color: '#DA49B5'

red 218 ◦ green 73 ◦ blue 181

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

Shades of Fuchsia #DA49B5

Tints of Fuchsia #DA49B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.35%

R = 46.19%
G = 15.47%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA49B5 (or 0xDA49B5) is known color: Fuchsia. HEX triplet: DA, 49 and B5. RGB value is (218,73,181). Sum of RGB (Red+Green+Blue) = 218+73+181=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49B5 is #25B64A. Grayscale: #808080. Windows color (decimal): -2471499 or 11880922. OLE color: 11880922.

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

Color convert

RGB 218 73 181 -
CMYK 0 0.67 0.17 0.15
HSL 315.31º 0.66% 0.57% -
HSV(B) 315.31º 0.67% 0.85% -
XYZ 39.64 23.01 46.07 -
YUV 128.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 218 73 181 0 0.67 0.17 0.15 315.31 0.66 0.57
Hex DA 49 B5 0 43 11 F 13B 42 39
Octal 332 111 265 0 103 21 17 473 102 71
Binary 11011010 1001001 10110101 0 1000011 10001 1111 100111011 1000010 111001

Color Harmonies of #DA49B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA49B5

Black with #DA49B5

Text Example


Text Example

White with #DA49B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA49B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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