Html Css Color HEX #DB5AB7 Fuchsia

📋 copy color: '#DB5AB7'

red 219 ◦ green 90 ◦ blue 183

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

Shades of Fuchsia #DB5AB7

Tints of Fuchsia #DB5AB7

RGB

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

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

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

R = 44.51%
G = 18.29%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB5AB7 (or 0xDB5AB7) is known color: Fuchsia. HEX triplet: DB, 5A and B7. RGB value is (219,90,183). Sum of RGB (Red+Green+Blue) = 219+90+183=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AB7 is #24A548. Grayscale: #8A8A8A. Windows color (decimal): -2401609 or 12016347. OLE color: 12016347.

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

Color convert

RGB 219 90 183 -
CMYK 0 0.59 0.16 0.14
HSL 316.74º 0.64% 0.61% -
HSV(B) 316.74º 0.59% 0.86% -
XYZ 41.42 25.79 47.6 -
YUV 139.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 219 90 183 0 0.59 0.16 0.14 316.74 0.64 0.61
Hex DB 5A B7 0 3B 10 E 13D 40 3D
Octal 333 132 267 0 73 20 16 475 100 75
Binary 11011011 1011010 10110111 0 111011 10000 1110 100111101 1000000 111101

Color Harmonies of #DB5AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AB7

Black with #DB5AB7

Text Example


Text Example

White with #DB5AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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