Html Css Color HEX #DA49BD Fuchsia

📋 copy color: '#DA49BD'

red 218 ◦ green 73 ◦ blue 189

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

Shades of Fuchsia #DA49BD

Tints of Fuchsia #DA49BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.38%

R = 45.42%
G = 15.21%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA49BD (or 0xDA49BD) is known color: Fuchsia. HEX triplet: DA, 49 and BD. RGB value is (218,73,189). Sum of RGB (Red+Green+Blue) = 218+73+189=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49BD is #25B642. Grayscale: #818181. Windows color (decimal): -2471491 or 12405210. OLE color: 12405210.

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

Color convert

RGB 218 73 189 -
CMYK 0 0.67 0.13 0.15
HSL 312º 0.66% 0.57% -
HSV(B) 312º 0.67% 0.85% -
XYZ 40.48 23.34 50.52 -
YUV 129.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 218 73 189 0 0.67 0.13 0.15 312 0.66 0.57
Hex DA 49 BD 0 43 D F 138 42 39
Octal 332 111 275 0 103 15 17 470 102 71
Binary 11011010 1001001 10111101 0 1000011 1101 1111 100111000 1000010 111001

Color Harmonies of #DA49BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA49BD

Black with #DA49BD

Text Example


Text Example

White with #DA49BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA49BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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