Html Css Color HEX #DA4BB8 Fuchsia

📋 copy color: '#DA4BB8'

red 218 ◦ green 75 ◦ blue 184

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

Shades of Fuchsia #DA4BB8

Tints of Fuchsia #DA4BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.57%

R = 45.7%
G = 15.72%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA4BB8 (or 0xDA4BB8) is known color: Fuchsia. HEX triplet: DA, 4B and B8. RGB value is (218,75,184). Sum of RGB (Red+Green+Blue) = 218+75+184=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4BB8 is #25B447. Grayscale: #818181. Windows color (decimal): -2470984 or 12078042. OLE color: 12078042.

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

Color convert

RGB 218 75 184 -
CMYK 0 0.66 0.16 0.15
HSL 314.27º 0.66% 0.57% -
HSV(B) 314.27º 0.66% 0.85% -
XYZ 40.08 23.4 47.75 -
YUV 130.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 218 75 184 0 0.66 0.16 0.15 314.27 0.66 0.57
Hex DA 4B B8 0 42 10 F 13A 42 39
Octal 332 113 270 0 102 20 17 472 102 71
Binary 11011010 1001011 10111000 0 1000010 10000 1111 100111010 1000010 111001

Color Harmonies of #DA4BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4BB8

Black with #DA4BB8

Text Example


Text Example

White with #DA4BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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