Html Css Color HEX #DB47BA Fuchsia

📋 copy color: '#DB47BA'

red 219 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #DB47BA

Tints of Fuchsia #DB47BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.92%

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 46.01%
G = 14.92%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB47BA (or 0xDB47BA) is known color: Fuchsia. HEX triplet: DB, 47 and BA. RGB value is (219,71,186). Sum of RGB (Red+Green+Blue) = 219+71+186=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47BA is #24B845. Grayscale: #808080. Windows color (decimal): -2406470 or 12208091. OLE color: 12208091.

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

Color convert

RGB 219 71 186 -
CMYK 0 0.68 0.15 0.14
HSL 313.38º 0.67% 0.57% -
HSV(B) 313.38º 0.68% 0.86% -
XYZ 40.33 23.11 48.79 -
YUV 128.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 219 71 186 0 0.68 0.15 0.14 313.38 0.67 0.57
Hex DB 47 BA 0 44 F E 139 43 39
Octal 333 107 272 0 104 17 16 471 103 71
Binary 11011011 1000111 10111010 0 1000100 1111 1110 100111001 1000011 111001

Color Harmonies of #DB47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB47BA

Black with #DB47BA

Text Example


Text Example

White with #DB47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB47BA; }

 p { color: rgb(219,71,186); }

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

background-color css

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

 a { background-color: rgb(219,71,186); }

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

border-color css

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

 span { border-color: rgb(219,71,186); }

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