Html Css Color HEX #DB52BA Fuchsia

📋 copy color: '#DB52BA'

red 219 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #DB52BA

Tints of Fuchsia #DB52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.84%

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

R = 44.97%
G = 16.84%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB52BA (or 0xDB52BA) is known color: Fuchsia. HEX triplet: DB, 52 and BA. RGB value is (219,82,186). Sum of RGB (Red+Green+Blue) = 219+82+186=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52BA is #24AD45. Grayscale: #868686. Windows color (decimal): -2403654 or 12210907. OLE color: 12210907.

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

Color convert

RGB 219 82 186 -
CMYK 0 0.63 0.15 0.14
HSL 314.45º 0.66% 0.59% -
HSV(B) 314.45º 0.63% 0.86% -
XYZ 41.09 24.64 49.04 -
YUV 134.82 156.89 188.04 -
System Red Green Blue C M Y K H S L
Decimal 219 82 186 0 0.63 0.15 0.14 314.45 0.66 0.59
Hex DB 52 BA 0 3F F E 13A 42 3B
Octal 333 122 272 0 77 17 16 472 102 73
Binary 11011011 1010010 10111010 0 111111 1111 1110 100111010 1000010 111011

Color Harmonies of #DB52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52BA

Black with #DB52BA

Text Example


Text Example

White with #DB52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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