Html Css Color HEX #DA49BA Fuchsia

📋 copy color: '#DA49BA'

red 218 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #DA49BA

Tints of Fuchsia #DA49BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 45.7%
G = 15.3%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA49BA (or 0xDA49BA) is known color: Fuchsia. HEX triplet: DA, 49 and BA. RGB value is (218,73,186). Sum of RGB (Red+Green+Blue) = 218+73+186=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49BA is #25B645. Grayscale: #808080. Windows color (decimal): -2471494 or 12208602. OLE color: 12208602.

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

Color convert

RGB 218 73 186 -
CMYK 0 0.67 0.15 0.15
HSL 313.24º 0.66% 0.57% -
HSV(B) 313.24º 0.67% 0.85% -
XYZ 40.16 23.22 48.82 -
YUV 129.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 218 73 186 0 0.67 0.15 0.15 313.24 0.66 0.57
Hex DA 49 BA 0 43 F F 139 42 39
Octal 332 111 272 0 103 17 17 471 102 71
Binary 11011010 1001001 10111010 0 1000011 1111 1111 100111001 1000010 111001

Color Harmonies of #DA49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA49BA

Black with #DA49BA

Text Example


Text Example

White with #DA49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA49BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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