Html Css Color HEX #DB5FB5 Fuchsia

📋 copy color: '#DB5FB5'

red 219 ◦ green 95 ◦ blue 181

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

Shades of Fuchsia #DB5FB5

Tints of Fuchsia #DB5FB5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.19%

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 44.24%
G = 19.19%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB5FB5 (or 0xDB5FB5) is known color: Fuchsia. HEX triplet: DB, 5F and B5. RGB value is (219,95,181). Sum of RGB (Red+Green+Blue) = 219+95+181=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FB5 is #24A04A. Grayscale: #8D8D8D. Windows color (decimal): -2400331 or 11886555. OLE color: 11886555.

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

Color convert

RGB 219 95 181 -
CMYK 0 0.57 0.17 0.14
HSL 318.39º 0.63% 0.62% -
HSV(B) 318.39º 0.57% 0.86% -
XYZ 41.65 26.58 46.65 -
YUV 141.88 150.08 183.01 -
System Red Green Blue C M Y K H S L
Decimal 219 95 181 0 0.57 0.17 0.14 318.39 0.63 0.62
Hex DB 5F B5 0 39 11 E 13E 3F 3E
Octal 333 137 265 0 71 21 16 476 77 76
Binary 11011011 1011111 10110101 0 111001 10001 1110 100111110 111111 111110

Color Harmonies of #DB5FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FB5

Black with #DB5FB5

Text Example


Text Example

White with #DB5FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FB5; }

 p { color: rgb(219,95,181); }

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

background-color css

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

 a { background-color: rgb(219,95,181); }

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

border-color css

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

 span { border-color: rgb(219,95,181); }

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