Html Css Color HEX #DB4BB8 Fuchsia

📋 copy color: '#DB4BB8'

red 219 ◦ green 75 ◦ blue 184

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

Shades of Fuchsia #DB4BB8

Tints of Fuchsia #DB4BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.49%

R = 45.82%
G = 15.69%
B = 38.49%

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

#DB4BB8 (or 0xDB4BB8) is known color: Fuchsia. HEX triplet: DB, 4B and B8. RGB value is (219,75,184). Sum of RGB (Red+Green+Blue) = 219+75+184=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BB8 is #24B447. Grayscale: #828282. Windows color (decimal): -2405448 or 12078043. OLE color: 12078043.

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

Color convert

RGB 219 75 184 -
CMYK 0 0.66 0.16 0.14
HSL 314.58º 0.67% 0.58% -
HSV(B) 314.58º 0.66% 0.86% -
XYZ 40.38 23.55 47.77 -
YUV 130.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 219 75 184 0 0.66 0.16 0.14 314.58 0.67 0.58
Hex DB 4B B8 0 42 10 E 13B 43 3A
Octal 333 113 270 0 102 20 16 473 103 72
Binary 11011011 1001011 10111000 0 1000010 10000 1110 100111011 1000011 111010

Color Harmonies of #DB4BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BB8

Black with #DB4BB8

Text Example


Text Example

White with #DB4BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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