Html Css Color HEX #DB4FBB Fuchsia

📋 copy color: '#DB4FBB'

red 219 ◦ green 79 ◦ blue 187

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

Shades of Fuchsia #DB4FBB

Tints of Fuchsia #DB4FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.56%

R = 45.15%
G = 16.29%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB4FBB (or 0xDB4FBB) is known color: Fuchsia. HEX triplet: DB, 4F and BB. RGB value is (219,79,187). Sum of RGB (Red+Green+Blue) = 219+79+187=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FBB is #24B044. Grayscale: #848484. Windows color (decimal): -2404421 or 12275675. OLE color: 12275675.

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

Color convert

RGB 219 79 187 -
CMYK 0 0.64 0.15 0.14
HSL 313.71º 0.66% 0.58% -
HSV(B) 313.71º 0.64% 0.86% -
XYZ 40.98 24.24 49.53 -
YUV 133.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 219 79 187 0 0.64 0.15 0.14 313.71 0.66 0.58
Hex DB 4F BB 0 40 F E 13A 42 3A
Octal 333 117 273 0 100 17 16 472 102 72
Binary 11011011 1001111 10111011 0 1000000 1111 1110 100111010 1000010 111010

Color Harmonies of #DB4FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4FBB

Black with #DB4FBB

Text Example


Text Example

White with #DB4FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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