Html Css Color HEX #DA4ABB Fuchsia

📋 copy color: '#DA4ABB'

red 218 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #DA4ABB

Tints of Fuchsia #DA4ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 45.51%
G = 15.45%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA4ABB (or 0xDA4ABB) is known color: Fuchsia. HEX triplet: DA, 4A and BB. RGB value is (218,74,187). Sum of RGB (Red+Green+Blue) = 218+74+187=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4ABB is #25B544. Grayscale: #818181. Windows color (decimal): -2471237 or 12274394. OLE color: 12274394.

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

Color convert

RGB 218 74 187 -
CMYK 0 0.66 0.14 0.15
HSL 312.92º 0.66% 0.57% -
HSV(B) 312.92º 0.66% 0.85% -
XYZ 40.33 23.39 49.4 -
YUV 129.94 160.21 190.81 -
System Red Green Blue C M Y K H S L
Decimal 218 74 187 0 0.66 0.14 0.15 312.92 0.66 0.57
Hex DA 4A BB 0 42 E F 139 42 39
Octal 332 112 273 0 102 16 17 471 102 71
Binary 11011010 1001010 10111011 0 1000010 1110 1111 100111001 1000010 111001

Color Harmonies of #DA4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4ABB

Black with #DA4ABB

Text Example


Text Example

White with #DA4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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