Html Css Color HEX #DB53B0 Fuchsia

📋 copy color: '#DB53B0'

red 219 ◦ green 83 ◦ blue 176

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

Shades of Fuchsia #DB53B0

Tints of Fuchsia #DB53B0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.36%

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 45.82%
G = 17.36%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB53B0 (or 0xDB53B0) is known color: Fuchsia. HEX triplet: DB, 53 and B0. RGB value is (219,83,176). Sum of RGB (Red+Green+Blue) = 219+83+176=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB53B0 is #24AC4F. Grayscale: #868686. Windows color (decimal): -2403408 or 11555803. OLE color: 11555803.

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

Color convert

RGB 219 83 176 -
CMYK 0 0.62 0.20 0.14
HSL 318.97º 0.65% 0.59% -
HSV(B) 318.97º 0.62% 0.86% -
XYZ 40.14 24.38 43.66 -
YUV 134.27 151.56 188.44 -
System Red Green Blue C M Y K H S L
Decimal 219 83 176 0 0.62 0.20 0.14 318.97 0.65 0.59
Hex DB 53 B0 0 3E 14 E 13F 41 3B
Octal 333 123 260 0 76 24 16 477 101 73
Binary 11011011 1010011 10110000 0 111110 10100 1110 100111111 1000001 111011

Color Harmonies of #DB53B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53B0

Black with #DB53B0

Text Example


Text Example

White with #DB53B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53B0; }

 p { color: rgb(219,83,176); }

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

background-color css

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

 a { background-color: rgb(219,83,176); }

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

border-color css

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

 span { border-color: rgb(219,83,176); }

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