Html Css Color HEX #DA49B4 Fuchsia

📋 copy color: '#DA49B4'

red 218 ◦ green 73 ◦ blue 180

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

Shades of Fuchsia #DA49B4

Tints of Fuchsia #DA49B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.22%

R = 46.28%
G = 15.5%
B = 38.22%

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

#DA49B4 (or 0xDA49B4) is known color: Fuchsia. HEX triplet: DA, 49 and B4. RGB value is (218,73,180). Sum of RGB (Red+Green+Blue) = 218+73+180=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49B4 is #25B64B. Grayscale: #808080. Windows color (decimal): -2471500 or 11815386. OLE color: 11815386.

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

Color convert

RGB 218 73 180 -
CMYK 0 0.67 0.17 0.15
HSL 315.72º 0.66% 0.57% -
HSV(B) 315.72º 0.67% 0.85% -
XYZ 39.53 22.97 45.53 -
YUV 128.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 218 73 180 0 0.67 0.17 0.15 315.72 0.66 0.57
Hex DA 49 B4 0 43 11 F 13C 42 39
Octal 332 111 264 0 103 21 17 474 102 71
Binary 11011010 1001001 10110100 0 1000011 10001 1111 100111100 1000010 111001

Color Harmonies of #DA49B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA49B4

Black with #DA49B4

Text Example


Text Example

White with #DA49B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA49B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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