Html Css Color HEX #DB40B2 Fuchsia

📋 copy color: '#DB40B2'

red 219 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #DB40B2

Tints of Fuchsia #DB40B2

RGB

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

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

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

R = 47.51%
G = 13.88%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB40B2 (or 0xDB40B2) is known color: Fuchsia. HEX triplet: DB, 40 and B2. RGB value is (219,64,178). Sum of RGB (Red+Green+Blue) = 219+64+178=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB40B2 is #24BF4D. Grayscale: #7B7B7B. Windows color (decimal): -2408270 or 11682011. OLE color: 11682011.

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

Color convert

RGB 219 64 178 -
CMYK 0 0.71 0.19 0.14
HSL 315.87º 0.68% 0.55% -
HSV(B) 315.87º 0.71% 0.86% -
XYZ 39.08 21.94 44.29 -
YUV 123.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 219 64 178 0 0.71 0.19 0.14 315.87 0.68 0.55
Hex DB 40 B2 0 47 13 E 13C 44 37
Octal 333 100 262 0 107 23 16 474 104 67
Binary 11011011 1000000 10110010 0 1000111 10011 1110 100111100 1000100 110111

Color Harmonies of #DB40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40B2

Black with #DB40B2

Text Example


Text Example

White with #DB40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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