Html Css Color HEX #DB53B4 Fuchsia

📋 copy color: '#DB53B4'

red 219 ◦ green 83 ◦ blue 180

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

Shades of Fuchsia #DB53B4

Tints of Fuchsia #DB53B4

RGB

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

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

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

R = 45.44%
G = 17.22%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB53B4 (or 0xDB53B4) is known color: Fuchsia. HEX triplet: DB, 53 and B4. RGB value is (219,83,180). Sum of RGB (Red+Green+Blue) = 219+83+180=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53B4 is #24AC4B. Grayscale: #868686. Windows color (decimal): -2403404 or 11817947. OLE color: 11817947.

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

Color convert

RGB 219 83 180 -
CMYK 0 0.62 0.18 0.14
HSL 317.21º 0.65% 0.59% -
HSV(B) 317.21º 0.62% 0.86% -
XYZ 40.54 24.54 45.78 -
YUV 134.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 219 83 180 0 0.62 0.18 0.14 317.21 0.65 0.59
Hex DB 53 B4 0 3E 12 E 13D 41 3B
Octal 333 123 264 0 76 22 16 475 101 73
Binary 11011011 1010011 10110100 0 111110 10010 1110 100111101 1000001 111011

Color Harmonies of #DB53B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53B4

Black with #DB53B4

Text Example


Text Example

White with #DB53B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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