Html Css Color HEX #DB4BB2 Fuchsia

📋 copy color: '#DB4BB2'

red 219 ◦ green 75 ◦ blue 178

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

Shades of Fuchsia #DB4BB2

Tints of Fuchsia #DB4BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 46.4%
G = 15.89%
B = 37.71%

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

#DB4BB2 (or 0xDB4BB2) is known color: Fuchsia. HEX triplet: DB, 4B and B2. RGB value is (219,75,178). Sum of RGB (Red+Green+Blue) = 219+75+178=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BB2 is #24B44D. Grayscale: #818181. Windows color (decimal): -2405454 or 11684827. OLE color: 11684827.

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

Color convert

RGB 219 75 178 -
CMYK 0 0.66 0.19 0.14
HSL 317.08º 0.67% 0.58% -
HSV(B) 317.08º 0.66% 0.86% -
XYZ 39.77 23.31 44.52 -
YUV 129.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 219 75 178 0 0.66 0.19 0.14 317.08 0.67 0.58
Hex DB 4B B2 0 42 13 E 13D 43 3A
Octal 333 113 262 0 102 23 16 475 103 72
Binary 11011011 1001011 10110010 0 1000010 10011 1110 100111101 1000011 111010

Color Harmonies of #DB4BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BB2

Black with #DB4BB2

Text Example


Text Example

White with #DB4BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BB2; }

 p { color: rgb(219,75,178); }

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

background-color css

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

 a { background-color: rgb(219,75,178); }

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

border-color css

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

 span { border-color: rgb(219,75,178); }

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