Html Css Color HEX #DA4DB0 Fuchsia

📋 copy color: '#DA4DB0'

red 218 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #DA4DB0

Tints of Fuchsia #DA4DB0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 46.28%
G = 16.35%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA4DB0 (or 0xDA4DB0) is known color: Fuchsia. HEX triplet: DA, 4D and B0. RGB value is (218,77,176). Sum of RGB (Red+Green+Blue) = 218+77+176=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4DB0 is #25B24F. Grayscale: #828282. Windows color (decimal): -2470480 or 11554266. OLE color: 11554266.

HSL color Cylindrical-coordinate representation of color #DA4DB0: hue angle of 317.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DB0 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 77 176 -
CMYK 0 0.65 0.19 0.15
HSL 317.87º 0.66% 0.58% -
HSV(B) 317.87º 0.65% 0.85% -
XYZ 39.4 23.35 43.5 -
YUV 130.45 153.71 190.45 -
System Red Green Blue C M Y K H S L
Decimal 218 77 176 0 0.65 0.19 0.15 317.87 0.66 0.58
Hex DA 4D B0 0 41 13 F 13E 42 3A
Octal 332 115 260 0 101 23 17 476 102 72
Binary 11011010 1001101 10110000 0 1000001 10011 1111 100111110 1000010 111010

Color Harmonies of #DA4DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DB0

Black with #DA4DB0

Text Example


Text Example

White with #DA4DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DB0; }

 p { color: rgb(218,77,176); }

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

background-color css

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

 a { background-color: rgb(218,77,176); }

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

border-color css

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

 span { border-color: rgb(218,77,176); }

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