Html Css Color HEX #DA4DB9 Fuchsia

📋 copy color: '#DA4DB9'

red 218 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #DA4DB9

Tints of Fuchsia #DA4DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 45.42%
G = 16.04%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA4DB9 (or 0xDA4DB9) is known color: Fuchsia. HEX triplet: DA, 4D and B9. RGB value is (218,77,185). Sum of RGB (Red+Green+Blue) = 218+77+185=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DB9 is #25B246. Grayscale: #838383. Windows color (decimal): -2470471 or 12144090. OLE color: 12144090.

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

Color convert

RGB 218 77 185 -
CMYK 0 0.65 0.15 0.15
HSL 314.04º 0.66% 0.58% -
HSV(B) 314.04º 0.65% 0.85% -
XYZ 40.32 23.72 48.35 -
YUV 131.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 218 77 185 0 0.65 0.15 0.15 314.04 0.66 0.58
Hex DA 4D B9 0 41 F F 13A 42 3A
Octal 332 115 271 0 101 17 17 472 102 72
Binary 11011010 1001101 10111001 0 1000001 1111 1111 100111010 1000010 111010

Color Harmonies of #DA4DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DB9

Black with #DA4DB9

Text Example


Text Example

White with #DA4DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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