Html Css Color HEX #DB4DB3 Fuchsia

📋 copy color: '#DB4DB3'

red 219 ◦ green 77 ◦ blue 179

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

Shades of Fuchsia #DB4DB3

Tints of Fuchsia #DB4DB3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.21%

 BLUE value IS 179 (70.31% from 255) = 37.68%

R = 46.11%
G = 16.21%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB4DB3 (or 0xDB4DB3) is known color: Fuchsia. HEX triplet: DB, 4D and B3. RGB value is (219,77,179). Sum of RGB (Red+Green+Blue) = 219+77+179=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DB3 is #24B24C. Grayscale: #828282. Windows color (decimal): -2404941 or 11750875. OLE color: 11750875.

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

Color convert

RGB 219 77 179 -
CMYK 0 0.65 0.18 0.14
HSL 316.9º 0.66% 0.58% -
HSV(B) 316.9º 0.65% 0.86% -
XYZ 40 23.62 45.1 -
YUV 131.09 155.04 190.71 -
System Red Green Blue C M Y K H S L
Decimal 219 77 179 0 0.65 0.18 0.14 316.9 0.66 0.58
Hex DB 4D B3 0 41 12 E 13D 42 3A
Octal 333 115 263 0 101 22 16 475 102 72
Binary 11011011 1001101 10110011 0 1000001 10010 1110 100111101 1000010 111010

Color Harmonies of #DB4DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DB3

Black with #DB4DB3

Text Example


Text Example

White with #DB4DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DB3; }

 p { color: rgb(219,77,179); }

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

background-color css

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

 a { background-color: rgb(219,77,179); }

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

border-color css

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

 span { border-color: rgb(219,77,179); }

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