Html Css Color HEX #DB4ABF Fuchsia

📋 copy color: '#DB4ABF'

red 219 ◦ green 74 ◦ blue 191

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

Shades of Fuchsia #DB4ABF

Tints of Fuchsia #DB4ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.46%

R = 45.25%
G = 15.29%
B = 39.46%

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

#DB4ABF (or 0xDB4ABF) is known color: Fuchsia. HEX triplet: DB, 4A and BF. RGB value is (219,74,191). Sum of RGB (Red+Green+Blue) = 219+74+191=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4ABF is #24B540. Grayscale: #828282. Windows color (decimal): -2405697 or 12536539. OLE color: 12536539.

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

Color convert

RGB 219 74 191 -
CMYK 0 0.66 0.13 0.14
HSL 311.59º 0.67% 0.57% -
HSV(B) 311.59º 0.66% 0.86% -
XYZ 41.07 23.72 51.7 -
YUV 130.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 219 74 191 0 0.66 0.13 0.14 311.59 0.67 0.57
Hex DB 4A BF 0 42 D E 138 43 39
Octal 333 112 277 0 102 15 16 470 103 71
Binary 11011011 1001010 10111111 0 1000010 1101 1110 100111000 1000011 111001

Color Harmonies of #DB4ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4ABF

Black with #DB4ABF

Text Example


Text Example

White with #DB4ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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