Html Css Color HEX #DA4ABF Fuchsia

📋 copy color: '#DA4ABF'

red 218 ◦ green 74 ◦ blue 191

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

Shades of Fuchsia #DA4ABF

Tints of Fuchsia #DA4ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.32%

 BLUE value IS 191 (75% from 255) = 39.54%

R = 45.13%
G = 15.32%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA4ABF (or 0xDA4ABF) is known color: Fuchsia. HEX triplet: DA, 4A and BF. RGB value is (218,74,191). Sum of RGB (Red+Green+Blue) = 218+74+191=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4ABF is #25B540. Grayscale: #828282. Windows color (decimal): -2471233 or 12536538. OLE color: 12536538.

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

Color convert

RGB 218 74 191 -
CMYK 0 0.66 0.12 0.15
HSL 311.25º 0.66% 0.57% -
HSV(B) 311.25º 0.66% 0.85% -
XYZ 40.77 23.56 51.69 -
YUV 130.39 162.21 190.49 -
System Red Green Blue C M Y K H S L
Decimal 218 74 191 0 0.66 0.12 0.15 311.25 0.66 0.57
Hex DA 4A BF 0 42 C F 137 42 39
Octal 332 112 277 0 102 14 17 467 102 71
Binary 11011010 1001010 10111111 0 1000010 1100 1111 100110111 1000010 111001

Color Harmonies of #DA4ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4ABF

Black with #DA4ABF

Text Example


Text Example

White with #DA4ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4ABF; }

 p { color: rgb(218,74,191); }

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

background-color css

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

 a { background-color: rgb(218,74,191); }

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

border-color css

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

 span { border-color: rgb(218,74,191); }

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