Html Css Color HEX #DA4FB2 Fuchsia

📋 copy color: '#DA4FB2'

red 218 ◦ green 79 ◦ blue 178

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

Shades of Fuchsia #DA4FB2

Tints of Fuchsia #DA4FB2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.63%

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 45.89%
G = 16.63%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA4FB2 (or 0xDA4FB2) is known color: Fuchsia. HEX triplet: DA, 4F and B2. RGB value is (218,79,178). Sum of RGB (Red+Green+Blue) = 218+79+178=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4FB2 is #25B04D. Grayscale: #838383. Windows color (decimal): -2469966 or 11685850. OLE color: 11685850.

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

Color convert

RGB 218 79 178 -
CMYK 0 0.64 0.18 0.15
HSL 317.27º 0.65% 0.58% -
HSV(B) 317.27º 0.64% 0.85% -
XYZ 39.75 23.71 44.6 -
YUV 131.85 154.05 189.45 -
System Red Green Blue C M Y K H S L
Decimal 218 79 178 0 0.64 0.18 0.15 317.27 0.65 0.58
Hex DA 4F B2 0 40 12 F 13D 41 3A
Octal 332 117 262 0 100 22 17 475 101 72
Binary 11011010 1001111 10110010 0 1000000 10010 1111 100111101 1000001 111010

Color Harmonies of #DA4FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4FB2

Black with #DA4FB2

Text Example


Text Example

White with #DA4FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4FB2; }

 p { color: rgb(218,79,178); }

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

background-color css

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

 a { background-color: rgb(218,79,178); }

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

border-color css

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

 span { border-color: rgb(218,79,178); }

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