Html Css Color HEX #DB5AB2 Fuchsia

📋 copy color: '#DB5AB2'

red 219 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #DB5AB2

Tints of Fuchsia #DB5AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.55%

R = 44.97%
G = 18.48%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB5AB2 (or 0xDB5AB2) is known color: Fuchsia. HEX triplet: DB, 5A and B2. RGB value is (219,90,178). Sum of RGB (Red+Green+Blue) = 219+90+178=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AB2 is #24A54D. Grayscale: #8A8A8A. Windows color (decimal): -2401614 or 11688667. OLE color: 11688667.

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

Color convert

RGB 219 90 178 -
CMYK 0 0.59 0.19 0.14
HSL 319.07º 0.64% 0.61% -
HSV(B) 319.07º 0.59% 0.86% -
XYZ 40.91 25.59 44.9 -
YUV 138.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 219 90 178 0 0.59 0.19 0.14 319.07 0.64 0.61
Hex DB 5A B2 0 3B 13 E 13F 40 3D
Octal 333 132 262 0 73 23 16 477 100 75
Binary 11011011 1011010 10110010 0 111011 10011 1110 100111111 1000000 111101

Color Harmonies of #DB5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AB2

Black with #DB5AB2

Text Example


Text Example

White with #DB5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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