Html Css Color HEX #DB4DBA Fuchsia

📋 copy color: '#DB4DBA'

red 219 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #DB4DBA

Tints of Fuchsia #DB4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.98%

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 45.44%
G = 15.98%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB4DBA (or 0xDB4DBA) is known color: Fuchsia. HEX triplet: DB, 4D and BA. RGB value is (219,77,186). Sum of RGB (Red+Green+Blue) = 219+77+186=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DBA is #24B245. Grayscale: #838383. Windows color (decimal): -2404934 or 12209627. OLE color: 12209627.

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

Color convert

RGB 219 77 186 -
CMYK 0 0.65 0.15 0.14
HSL 313.94º 0.66% 0.58% -
HSV(B) 313.94º 0.65% 0.86% -
XYZ 40.73 23.91 48.92 -
YUV 131.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 219 77 186 0 0.65 0.15 0.14 313.94 0.66 0.58
Hex DB 4D BA 0 41 F E 13A 42 3A
Octal 333 115 272 0 101 17 16 472 102 72
Binary 11011011 1001101 10111010 0 1000001 1111 1110 100111010 1000010 111010

Color Harmonies of #DB4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DBA

Black with #DB4DBA

Text Example


Text Example

White with #DB4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DBA; }

 p { color: rgb(219,77,186); }

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

background-color css

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

 a { background-color: rgb(219,77,186); }

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

border-color css

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

 span { border-color: rgb(219,77,186); }

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