Html Css Color HEX #DB5BB7 Fuchsia

📋 copy color: '#DB5BB7'

red 219 ◦ green 91 ◦ blue 183

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

Shades of Fuchsia #DB5BB7

Tints of Fuchsia #DB5BB7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.46%

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

R = 44.42%
G = 18.46%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB5BB7 (or 0xDB5BB7) is known color: Fuchsia. HEX triplet: DB, 5B and B7. RGB value is (219,91,183). Sum of RGB (Red+Green+Blue) = 219+91+183=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BB7 is #24A448. Grayscale: #8B8B8B. Windows color (decimal): -2401353 or 12016603. OLE color: 12016603.

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

Color convert

RGB 219 91 183 -
CMYK 0 0.58 0.16 0.14
HSL 316.88º 0.64% 0.61% -
HSV(B) 316.88º 0.58% 0.86% -
XYZ 41.5 25.96 47.62 -
YUV 139.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 219 91 183 0 0.58 0.16 0.14 316.88 0.64 0.61
Hex DB 5B B7 0 3A 10 E 13D 40 3D
Octal 333 133 267 0 72 20 16 475 100 75
Binary 11011011 1011011 10110111 0 111010 10000 1110 100111101 1000000 111101

Color Harmonies of #DB5BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BB7

Black with #DB5BB7

Text Example


Text Example

White with #DB5BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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