Html Css Color HEX #DB4AB1 Fuchsia

📋 copy color: '#DB4AB1'

red 219 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #DB4AB1

Tints of Fuchsia #DB4AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.66%

R = 46.6%
G = 15.74%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB4AB1 (or 0xDB4AB1) is known color: Fuchsia. HEX triplet: DB, 4A and B1. RGB value is (219,74,177). Sum of RGB (Red+Green+Blue) = 219+74+177=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AB1 is #24B54E. Grayscale: #808080. Windows color (decimal): -2405711 or 11619035. OLE color: 11619035.

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

Color convert

RGB 219 74 177 -
CMYK 0 0.66 0.19 0.14
HSL 317.38º 0.67% 0.57% -
HSV(B) 317.38º 0.66% 0.86% -
XYZ 39.6 23.13 43.97 -
YUV 129.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 219 74 177 0 0.66 0.19 0.14 317.38 0.67 0.57
Hex DB 4A B1 0 42 13 E 13D 43 39
Octal 333 112 261 0 102 23 16 475 103 71
Binary 11011011 1001010 10110001 0 1000010 10011 1110 100111101 1000011 111001

Color Harmonies of #DB4AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AB1

Black with #DB4AB1

Text Example


Text Example

White with #DB4AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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