Html Css Color HEX #DB50B7 Fuchsia

📋 copy color: '#DB50B7'

red 219 ◦ green 80 ◦ blue 183

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

Shades of Fuchsia #DB50B7

Tints of Fuchsia #DB50B7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.6%

 BLUE value IS 183 (71.88% from 255) = 37.97%

R = 45.44%
G = 16.6%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB50B7 (or 0xDB50B7) is known color: Fuchsia. HEX triplet: DB, 50 and B7. RGB value is (219,80,183). Sum of RGB (Red+Green+Blue) = 219+80+183=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50B7 is #24AF48. Grayscale: #858585. Windows color (decimal): -2404169 or 12013787. OLE color: 12013787.

HSL color Cylindrical-coordinate representation of color #DB50B7: hue angle of 315.54º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB50B7 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 80 183 -
CMYK 0 0.63 0.16 0.14
HSL 315.54º 0.66% 0.59% -
HSV(B) 315.54º 0.63% 0.86% -
XYZ 40.63 24.22 47.33 -
YUV 133.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 219 80 183 0 0.63 0.16 0.14 315.54 0.66 0.59
Hex DB 50 B7 0 3F 10 E 13C 42 3B
Octal 333 120 267 0 77 20 16 474 102 73
Binary 11011011 1010000 10110111 0 111111 10000 1110 100111100 1000010 111011

Color Harmonies of #DB50B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50B7

Black with #DB50B7

Text Example


Text Example

White with #DB50B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50B7; }

 p { color: rgb(219,80,183); }

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

background-color css

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

 a { background-color: rgb(219,80,183); }

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

border-color css

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

 span { border-color: rgb(219,80,183); }

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