Html Css Color HEX #DA4CB9 Fuchsia

📋 copy color: '#DA4CB9'

red 218 ◦ green 76 ◦ blue 185

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

Shades of Fuchsia #DA4CB9

Tints of Fuchsia #DA4CB9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.87%

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

R = 45.51%
G = 15.87%
B = 38.62%

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

#DA4CB9 (or 0xDA4CB9) is known color: Fuchsia. HEX triplet: DA, 4C and B9. RGB value is (218,76,185). Sum of RGB (Red+Green+Blue) = 218+76+185=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4CB9 is #25B346. Grayscale: #828282. Windows color (decimal): -2470727 or 12143834. OLE color: 12143834.

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

Color convert

RGB 218 76 185 -
CMYK 0 0.65 0.15 0.15
HSL 313.94º 0.66% 0.58% -
HSV(B) 313.94º 0.65% 0.85% -
XYZ 40.25 23.58 48.33 -
YUV 130.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 218 76 185 0 0.65 0.15 0.15 313.94 0.66 0.58
Hex DA 4C B9 0 41 F F 13A 42 3A
Octal 332 114 271 0 101 17 17 472 102 72
Binary 11011010 1001100 10111001 0 1000001 1111 1111 100111010 1000010 111010

Color Harmonies of #DA4CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4CB9

Black with #DA4CB9

Text Example


Text Example

White with #DA4CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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