Html Css Color HEX #DB52B4 Fuchsia

📋 copy color: '#DB52B4'

red 219 ◦ green 82 ◦ blue 180

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

Shades of Fuchsia #DB52B4

Tints of Fuchsia #DB52B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 45.53%
G = 17.05%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB52B4 (or 0xDB52B4) is known color: Fuchsia. HEX triplet: DB, 52 and B4. RGB value is (219,82,180). Sum of RGB (Red+Green+Blue) = 219+82+180=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52B4 is #24AD4B. Grayscale: #858585. Windows color (decimal): -2403660 or 11817691. OLE color: 11817691.

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

Color convert

RGB 219 82 180 -
CMYK 0 0.63 0.18 0.14
HSL 317.08º 0.66% 0.59% -
HSV(B) 317.08º 0.63% 0.86% -
XYZ 40.47 24.39 45.75 -
YUV 134.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 219 82 180 0 0.63 0.18 0.14 317.08 0.66 0.59
Hex DB 52 B4 0 3F 12 E 13D 42 3B
Octal 333 122 264 0 77 22 16 475 102 73
Binary 11011011 1010010 10110100 0 111111 10010 1110 100111101 1000010 111011

Color Harmonies of #DB52B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52B4

Black with #DB52B4

Text Example


Text Example

White with #DB52B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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