Html Css Color HEX #DA4FBB Fuchsia

📋 copy color: '#DA4FBB'

red 218 ◦ green 79 ◦ blue 187

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

Shades of Fuchsia #DA4FBB

Tints of Fuchsia #DA4FBB

RGB

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

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

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

R = 45.04%
G = 16.32%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA4FBB (or 0xDA4FBB) is known color: Fuchsia. HEX triplet: DA, 4F and BB. RGB value is (218,79,187). Sum of RGB (Red+Green+Blue) = 218+79+187=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4FBB is #25B044. Grayscale: #848484. Windows color (decimal): -2469957 or 12275674. OLE color: 12275674.

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

Color convert

RGB 218 79 187 -
CMYK 0 0.64 0.14 0.15
HSL 313.38º 0.65% 0.58% -
HSV(B) 313.38º 0.64% 0.85% -
XYZ 40.68 24.09 49.52 -
YUV 132.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 218 79 187 0 0.64 0.14 0.15 313.38 0.65 0.58
Hex DA 4F BB 0 40 E F 139 41 3A
Octal 332 117 273 0 100 16 17 471 101 72
Binary 11011010 1001111 10111011 0 1000000 1110 1111 100111001 1000001 111010

Color Harmonies of #DA4FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4FBB

Black with #DA4FBB

Text Example


Text Example

White with #DA4FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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