Html Css Color HEX #DB43B2 Fuchsia

📋 copy color: '#DB43B2'

red 219 ◦ green 67 ◦ blue 178

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

Shades of Fuchsia #DB43B2

Tints of Fuchsia #DB43B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.36%

R = 47.2%
G = 14.44%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB43B2 (or 0xDB43B2) is known color: Fuchsia. HEX triplet: DB, 43 and B2. RGB value is (219,67,178). Sum of RGB (Red+Green+Blue) = 219+67+178=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB43B2 is #24BC4D. Grayscale: #7C7C7C. Windows color (decimal): -2407502 or 11682779. OLE color: 11682779.

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

Color convert

RGB 219 67 178 -
CMYK 0 0.69 0.19 0.14
HSL 316.18º 0.68% 0.56% -
HSV(B) 316.18º 0.69% 0.86% -
XYZ 39.26 22.29 44.35 -
YUV 125.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 219 67 178 0 0.69 0.19 0.14 316.18 0.68 0.56
Hex DB 43 B2 0 45 13 E 13C 44 38
Octal 333 103 262 0 105 23 16 474 104 70
Binary 11011011 1000011 10110010 0 1000101 10011 1110 100111100 1000100 111000

Color Harmonies of #DB43B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB43B2

Black with #DB43B2

Text Example


Text Example

White with #DB43B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB43B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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