Html Css Color HEX #DB52B9 Fuchsia

📋 copy color: '#DB52B9'

red 219 ◦ green 82 ◦ blue 185

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

Shades of Fuchsia #DB52B9

Tints of Fuchsia #DB52B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.07%

R = 45.06%
G = 16.87%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB52B9 (or 0xDB52B9) is known color: Fuchsia. HEX triplet: DB, 52 and B9. RGB value is (219,82,185). Sum of RGB (Red+Green+Blue) = 219+82+185=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52B9 is #24AD46. Grayscale: #868686. Windows color (decimal): -2403655 or 12145371. OLE color: 12145371.

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

Color convert

RGB 219 82 185 -
CMYK 0 0.63 0.16 0.14
HSL 314.89º 0.66% 0.59% -
HSV(B) 314.89º 0.63% 0.86% -
XYZ 40.99 24.6 48.49 -
YUV 134.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 219 82 185 0 0.63 0.16 0.14 314.89 0.66 0.59
Hex DB 52 B9 0 3F 10 E 13B 42 3B
Octal 333 122 271 0 77 20 16 473 102 73
Binary 11011011 1010010 10111001 0 111111 10000 1110 100111011 1000010 111011

Color Harmonies of #DB52B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52B9

Black with #DB52B9

Text Example


Text Example

White with #DB52B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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