Html Css Color HEX #DB40B9 Fuchsia

📋 copy color: '#DB40B9'

red 219 ◦ green 64 ◦ blue 185

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

Shades of Fuchsia #DB40B9

Tints of Fuchsia #DB40B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 46.79%
G = 13.68%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB40B9 (or 0xDB40B9) is known color: Fuchsia. HEX triplet: DB, 40 and B9. RGB value is (219,64,185). Sum of RGB (Red+Green+Blue) = 219+64+185=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40B9 is #24BF46. Grayscale: #7B7B7B. Windows color (decimal): -2408263 or 12140763. OLE color: 12140763.

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

Color convert

RGB 219 64 185 -
CMYK 0 0.71 0.16 0.14
HSL 313.16º 0.68% 0.55% -
HSV(B) 313.16º 0.71% 0.86% -
XYZ 39.8 22.23 48.09 -
YUV 124.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 219 64 185 0 0.71 0.16 0.14 313.16 0.68 0.55
Hex DB 40 B9 0 47 10 E 139 44 37
Octal 333 100 271 0 107 20 16 471 104 67
Binary 11011011 1000000 10111001 0 1000111 10000 1110 100111001 1000100 110111

Color Harmonies of #DB40B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40B9

Black with #DB40B9

Text Example


Text Example

White with #DB40B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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