Html Css Color HEX #DA4BBA Fuchsia

📋 copy color: '#DA4BBA'

red 218 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #DA4BBA

Tints of Fuchsia #DA4BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.66%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 45.51%
G = 15.66%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA4BBA (or 0xDA4BBA) is known color: Fuchsia. HEX triplet: DA, 4B and BA. RGB value is (218,75,186). Sum of RGB (Red+Green+Blue) = 218+75+186=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4BBA is #25B445. Grayscale: #828282. Windows color (decimal): -2470982 or 12209114. OLE color: 12209114.

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

Color convert

RGB 218 75 186 -
CMYK 0 0.66 0.15 0.15
HSL 313.43º 0.66% 0.57% -
HSV(B) 313.43º 0.66% 0.85% -
XYZ 40.29 23.48 48.86 -
YUV 130.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 218 75 186 0 0.66 0.15 0.15 313.43 0.66 0.57
Hex DA 4B BA 0 42 F F 139 42 39
Octal 332 113 272 0 102 17 17 471 102 71
Binary 11011010 1001011 10111010 0 1000010 1111 1111 100111001 1000010 111001

Color Harmonies of #DA4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4BBA

Black with #DA4BBA

Text Example


Text Example

White with #DA4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4BBA; }

 p { color: rgb(218,75,186); }

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

background-color css

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

 a { background-color: rgb(218,75,186); }

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

border-color css

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

 span { border-color: rgb(218,75,186); }

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