Html Css Color HEX #DB43B3 Fuchsia

📋 copy color: '#DB43B3'

red 219 ◦ green 67 ◦ blue 179

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

Shades of Fuchsia #DB43B3

Tints of Fuchsia #DB43B3

RGB

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

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

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

R = 47.1%
G = 14.41%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB43B3 (or 0xDB43B3) is known color: Fuchsia. HEX triplet: DB, 43 and B3. RGB value is (219,67,179). Sum of RGB (Red+Green+Blue) = 219+67+179=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43B3 is #24BC4C. Grayscale: #7C7C7C. Windows color (decimal): -2407501 or 11748315. OLE color: 11748315.

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

Color convert

RGB 219 67 179 -
CMYK 0 0.69 0.18 0.14
HSL 315.79º 0.68% 0.56% -
HSV(B) 315.79º 0.69% 0.86% -
XYZ 39.36 22.33 44.88 -
YUV 125.22 158.36 194.89 -
System Red Green Blue C M Y K H S L
Decimal 219 67 179 0 0.69 0.18 0.14 315.79 0.68 0.56
Hex DB 43 B3 0 45 12 E 13C 44 38
Octal 333 103 263 0 105 22 16 474 104 70
Binary 11011011 1000011 10110011 0 1000101 10010 1110 100111100 1000100 111000

Color Harmonies of #DB43B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB43B3

Black with #DB43B3

Text Example


Text Example

White with #DB43B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB43B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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