Html Css Color HEX #DB40BA Fuchsia

📋 copy color: '#DB40BA'

red 219 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #DB40BA

Tints of Fuchsia #DB40BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.65%

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

R = 46.7%
G = 13.65%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB40BA (or 0xDB40BA) is known color: Fuchsia. HEX triplet: DB, 40 and BA. RGB value is (219,64,186). Sum of RGB (Red+Green+Blue) = 219+64+186=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40BA is #24BF45. Grayscale: #7B7B7B. Windows color (decimal): -2408262 or 12206299. OLE color: 12206299.

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

Color convert

RGB 219 64 186 -
CMYK 0 0.71 0.15 0.14
HSL 312.77º 0.68% 0.55% -
HSV(B) 312.77º 0.71% 0.86% -
XYZ 39.91 22.27 48.65 -
YUV 124.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 219 64 186 0 0.71 0.15 0.14 312.77 0.68 0.55
Hex DB 40 BA 0 47 F E 139 44 37
Octal 333 100 272 0 107 17 16 471 104 67
Binary 11011011 1000000 10111010 0 1000111 1111 1110 100111001 1000100 110111

Color Harmonies of #DB40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40BA

Black with #DB40BA

Text Example


Text Example

White with #DB40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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