Html Css Color HEX #DB43B0 Fuchsia

📋 copy color: '#DB43B0'

red 219 ◦ green 67 ◦ blue 176

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

Shades of Fuchsia #DB43B0

Tints of Fuchsia #DB43B0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.5%

 BLUE value IS 176 (69.14% from 255) = 38.1%

R = 47.4%
G = 14.5%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB43B0 (or 0xDB43B0) is known color: Fuchsia. HEX triplet: DB, 43 and B0. RGB value is (219,67,176). Sum of RGB (Red+Green+Blue) = 219+67+176=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB43B0 is #24BC4F. Grayscale: #7C7C7C. Windows color (decimal): -2407504 or 11551707. OLE color: 11551707.

HSL color Cylindrical-coordinate representation of color #DB43B0: hue angle of 316.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB43B0 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 67 176 -
CMYK 0 0.69 0.20 0.14
HSL 316.97º 0.68% 0.56% -
HSV(B) 316.97º 0.69% 0.86% -
XYZ 39.06 22.21 43.3 -
YUV 124.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 219 67 176 0 0.69 0.20 0.14 316.97 0.68 0.56
Hex DB 43 B0 0 45 14 E 13D 44 38
Octal 333 103 260 0 105 24 16 475 104 70
Binary 11011011 1000011 10110000 0 1000101 10100 1110 100111101 1000100 111000

Color Harmonies of #DB43B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB43B0

Black with #DB43B0

Text Example


Text Example

White with #DB43B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB43B0; }

 p { color: rgb(219,67,176); }

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

background-color css

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

 a { background-color: rgb(219,67,176); }

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

border-color css

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

 span { border-color: rgb(219,67,176); }

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