Html Css Color HEX #DB4FB9 Fuchsia

📋 copy color: '#DB4FB9'

red 219 ◦ green 79 ◦ blue 185

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

Shades of Fuchsia #DB4FB9

Tints of Fuchsia #DB4FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.36%

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

R = 45.34%
G = 16.36%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB4FB9 (or 0xDB4FB9) is known color: Fuchsia. HEX triplet: DB, 4F and B9. RGB value is (219,79,185). Sum of RGB (Red+Green+Blue) = 219+79+185=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FB9 is #24B046. Grayscale: #848484. Windows color (decimal): -2404423 or 12144603. OLE color: 12144603.

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

Color convert

RGB 219 79 185 -
CMYK 0 0.64 0.16 0.14
HSL 314.57º 0.66% 0.58% -
HSV(B) 314.57º 0.64% 0.86% -
XYZ 40.77 24.15 48.41 -
YUV 132.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 219 79 185 0 0.64 0.16 0.14 314.57 0.66 0.58
Hex DB 4F B9 0 40 10 E 13B 42 3A
Octal 333 117 271 0 100 20 16 473 102 72
Binary 11011011 1001111 10111001 0 1000000 10000 1110 100111011 1000010 111010

Color Harmonies of #DB4FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4FB9

Black with #DB4FB9

Text Example


Text Example

White with #DB4FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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