Html Css Color HEX #DB4AB3 Fuchsia

📋 copy color: '#DB4AB3'

red 219 ◦ green 74 ◦ blue 179

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

Shades of Fuchsia #DB4AB3

Tints of Fuchsia #DB4AB3

RGB

 RED value IS 219 (85.94% from 255) = 46.4%

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

 BLUE value IS 179 (70.31% from 255) = 37.92%

R = 46.4%
G = 15.68%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB4AB3 (or 0xDB4AB3) is known color: Fuchsia. HEX triplet: DB, 4A and B3. RGB value is (219,74,179). Sum of RGB (Red+Green+Blue) = 219+74+179=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AB3 is #24B54C. Grayscale: #818181. Windows color (decimal): -2405709 or 11750107. OLE color: 11750107.

HSL color Cylindrical-coordinate representation of color #DB4AB3: hue angle of 316.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4AB3 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 74 179 -
CMYK 0 0.66 0.18 0.14
HSL 316.55º 0.67% 0.57% -
HSV(B) 316.55º 0.66% 0.86% -
XYZ 39.8 23.21 45.03 -
YUV 129.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 219 74 179 0 0.66 0.18 0.14 316.55 0.67 0.57
Hex DB 4A B3 0 42 12 E 13D 43 39
Octal 333 112 263 0 102 22 16 475 103 71
Binary 11011011 1001010 10110011 0 1000010 10010 1110 100111101 1000011 111001

Color Harmonies of #DB4AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AB3

Black with #DB4AB3

Text Example


Text Example

White with #DB4AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AB3; }

 p { color: rgb(219,74,179); }

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

background-color css

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

 a { background-color: rgb(219,74,179); }

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

border-color css

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

 span { border-color: rgb(219,74,179); }

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