Html Css Color HEX #DB4ABE Fuchsia

📋 copy color: '#DB4ABE'

red 219 ◦ green 74 ◦ blue 190

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

Shades of Fuchsia #DB4ABE

Tints of Fuchsia #DB4ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.32%

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 45.34%
G = 15.32%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB4ABE (or 0xDB4ABE) is known color: Fuchsia. HEX triplet: DB, 4A and BE. RGB value is (219,74,190). Sum of RGB (Red+Green+Blue) = 219+74+190=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4ABE is #24B541. Grayscale: #828282. Windows color (decimal): -2405698 or 12471003. OLE color: 12471003.

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

Color convert

RGB 219 74 190 -
CMYK 0 0.66 0.13 0.14
HSL 312º 0.67% 0.57% -
HSV(B) 312º 0.66% 0.86% -
XYZ 40.96 23.68 51.13 -
YUV 130.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 219 74 190 0 0.66 0.13 0.14 312 0.67 0.57
Hex DB 4A BE 0 42 D E 138 43 39
Octal 333 112 276 0 102 15 16 470 103 71
Binary 11011011 1001010 10111110 0 1000010 1101 1110 100111000 1000011 111001

Color Harmonies of #DB4ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4ABE

Black with #DB4ABE

Text Example


Text Example

White with #DB4ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4ABE; }

 p { color: rgb(219,74,190); }

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

background-color css

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

 a { background-color: rgb(219,74,190); }

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

border-color css

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

 span { border-color: rgb(219,74,190); }

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