Html Css Color HEX #DB5AB4 Fuchsia

📋 copy color: '#DB5AB4'

red 219 ◦ green 90 ◦ blue 180

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

Shades of Fuchsia #DB5AB4

Tints of Fuchsia #DB5AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.81%

R = 44.79%
G = 18.4%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB5AB4 (or 0xDB5AB4) is known color: Fuchsia. HEX triplet: DB, 5A and B4. RGB value is (219,90,180). Sum of RGB (Red+Green+Blue) = 219+90+180=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AB4 is #24A54B. Grayscale: #8A8A8A. Windows color (decimal): -2401612 or 11819739. OLE color: 11819739.

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

Color convert

RGB 219 90 180 -
CMYK 0 0.59 0.18 0.14
HSL 318.14º 0.64% 0.61% -
HSV(B) 318.14º 0.59% 0.86% -
XYZ 41.11 25.67 45.97 -
YUV 138.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 219 90 180 0 0.59 0.18 0.14 318.14 0.64 0.61
Hex DB 5A B4 0 3B 12 E 13E 40 3D
Octal 333 132 264 0 73 22 16 476 100 75
Binary 11011011 1011010 10110100 0 111011 10010 1110 100111110 1000000 111101

Color Harmonies of #DB5AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AB4

Black with #DB5AB4

Text Example


Text Example

White with #DB5AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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