Html Css Color HEX #DA4DB6 Fuchsia

📋 copy color: '#DA4DB6'

red 218 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #DA4DB6

Tints of Fuchsia #DA4DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.16%

R = 45.7%
G = 16.14%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA4DB6 (or 0xDA4DB6) is known color: Fuchsia. HEX triplet: DA, 4D and B6. RGB value is (218,77,182). Sum of RGB (Red+Green+Blue) = 218+77+182=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DB6 is #25B249. Grayscale: #828282. Windows color (decimal): -2470474 or 11947482. OLE color: 11947482.

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

Color convert

RGB 218 77 182 -
CMYK 0 0.65 0.17 0.15
HSL 315.32º 0.66% 0.58% -
HSV(B) 315.32º 0.65% 0.85% -
XYZ 40.01 23.59 46.7 -
YUV 131.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 218 77 182 0 0.65 0.17 0.15 315.32 0.66 0.58
Hex DA 4D B6 0 41 11 F 13B 42 3A
Octal 332 115 266 0 101 21 17 473 102 72
Binary 11011010 1001101 10110110 0 1000001 10001 1111 100111011 1000010 111010

Color Harmonies of #DA4DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DB6

Black with #DA4DB6

Text Example


Text Example

White with #DA4DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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