Html Css Color HEX #DB4AB9 Fuchsia

📋 copy color: '#DB4AB9'

red 219 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #DB4AB9

Tints of Fuchsia #DB4AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 45.82%
G = 15.48%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB4AB9 (or 0xDB4AB9) is known color: Fuchsia. HEX triplet: DB, 4A and B9. RGB value is (219,74,185). Sum of RGB (Red+Green+Blue) = 219+74+185=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AB9 is #24B546. Grayscale: #818181. Windows color (decimal): -2405703 or 12143323. OLE color: 12143323.

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

Color convert

RGB 219 74 185 -
CMYK 0 0.66 0.16 0.14
HSL 314.07º 0.67% 0.57% -
HSV(B) 314.07º 0.66% 0.86% -
XYZ 40.42 23.46 48.3 -
YUV 130.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 219 74 185 0 0.66 0.16 0.14 314.07 0.67 0.57
Hex DB 4A B9 0 42 10 E 13A 43 39
Octal 333 112 271 0 102 20 16 472 103 71
Binary 11011011 1001010 10111001 0 1000010 10000 1110 100111010 1000011 111001

Color Harmonies of #DB4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AB9

Black with #DB4AB9

Text Example


Text Example

White with #DB4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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