Html Css Color HEX #DB5AB5 Fuchsia

📋 copy color: '#DB5AB5'

red 219 ◦ green 90 ◦ blue 181

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

Shades of Fuchsia #DB5AB5

Tints of Fuchsia #DB5AB5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.37%

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

R = 44.69%
G = 18.37%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB5AB5 (or 0xDB5AB5) is known color: Fuchsia. HEX triplet: DB, 5A and B5. RGB value is (219,90,181). Sum of RGB (Red+Green+Blue) = 219+90+181=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AB5 is #24A54A. Grayscale: #8A8A8A. Windows color (decimal): -2401611 or 11885275. OLE color: 11885275.

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

Color convert

RGB 219 90 181 -
CMYK 0 0.59 0.17 0.14
HSL 317.67º 0.64% 0.61% -
HSV(B) 317.67º 0.59% 0.86% -
XYZ 41.21 25.71 46.51 -
YUV 138.95 151.74 185.1 -
System Red Green Blue C M Y K H S L
Decimal 219 90 181 0 0.59 0.17 0.14 317.67 0.64 0.61
Hex DB 5A B5 0 3B 11 E 13E 40 3D
Octal 333 132 265 0 73 21 16 476 100 75
Binary 11011011 1011010 10110101 0 111011 10001 1110 100111110 1000000 111101

Color Harmonies of #DB5AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AB5

Black with #DB5AB5

Text Example


Text Example

White with #DB5AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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