Html Css Color HEX #DB4BB6 Fuchsia

📋 copy color: '#DB4BB6'

red 219 ◦ green 75 ◦ blue 182

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

Shades of Fuchsia #DB4BB6

Tints of Fuchsia #DB4BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.24%

R = 46.01%
G = 15.76%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB4BB6 (or 0xDB4BB6) is known color: Fuchsia. HEX triplet: DB, 4B and B6. RGB value is (219,75,182). Sum of RGB (Red+Green+Blue) = 219+75+182=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BB6 is #24B449. Grayscale: #818181. Windows color (decimal): -2405450 or 11946971. OLE color: 11946971.

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

Color convert

RGB 219 75 182 -
CMYK 0 0.66 0.17 0.14
HSL 315.42º 0.67% 0.58% -
HSV(B) 315.42º 0.66% 0.86% -
XYZ 40.17 23.47 46.67 -
YUV 130.25 157.21 191.3 -
System Red Green Blue C M Y K H S L
Decimal 219 75 182 0 0.66 0.17 0.14 315.42 0.67 0.58
Hex DB 4B B6 0 42 11 E 13B 43 3A
Octal 333 113 266 0 102 21 16 473 103 72
Binary 11011011 1001011 10110110 0 1000010 10001 1110 100111011 1000011 111010

Color Harmonies of #DB4BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BB6

Black with #DB4BB6

Text Example


Text Example

White with #DB4BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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