Html Css Color HEX #DA49BF Fuchsia

📋 copy color: '#DA49BF'

red 218 ◦ green 73 ◦ blue 191

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

Shades of Fuchsia #DA49BF

Tints of Fuchsia #DA49BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.63%

R = 45.23%
G = 15.15%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA49BF (or 0xDA49BF) is known color: Fuchsia. HEX triplet: DA, 49 and BF. RGB value is (218,73,191). Sum of RGB (Red+Green+Blue) = 218+73+191=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49BF is #25B640. Grayscale: #818181. Windows color (decimal): -2471489 or 12536282. OLE color: 12536282.

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

Color convert

RGB 218 73 191 -
CMYK 0 0.67 0.12 0.15
HSL 311.17º 0.66% 0.57% -
HSV(B) 311.17º 0.67% 0.85% -
XYZ 40.7 23.43 51.67 -
YUV 129.81 162.54 190.91 -
System Red Green Blue C M Y K H S L
Decimal 218 73 191 0 0.67 0.12 0.15 311.17 0.66 0.57
Hex DA 49 BF 0 43 C F 137 42 39
Octal 332 111 277 0 103 14 17 467 102 71
Binary 11011010 1001001 10111111 0 1000011 1100 1111 100110111 1000010 111001

Color Harmonies of #DA49BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA49BF

Black with #DA49BF

Text Example


Text Example

White with #DA49BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA49BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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