Html Css Color HEX #DB56B4 Fuchsia

📋 copy color: '#DB56B4'

red 219 ◦ green 86 ◦ blue 180

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

Shades of Fuchsia #DB56B4

Tints of Fuchsia #DB56B4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.73%

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

R = 45.15%
G = 17.73%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB56B4 (or 0xDB56B4) is known color: Fuchsia. HEX triplet: DB, 56 and B4. RGB value is (219,86,180). Sum of RGB (Red+Green+Blue) = 219+86+180=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56B4 is #24A94B. Grayscale: #888888. Windows color (decimal): -2402636 or 11818715. OLE color: 11818715.

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

Color convert

RGB 219 86 180 -
CMYK 0 0.61 0.18 0.14
HSL 317.59º 0.65% 0.6% -
HSV(B) 317.59º 0.61% 0.86% -
XYZ 40.78 25.01 45.86 -
YUV 136.48 152.56 186.86 -
System Red Green Blue C M Y K H S L
Decimal 219 86 180 0 0.61 0.18 0.14 317.59 0.65 0.6
Hex DB 56 B4 0 3D 12 E 13E 41 3C
Octal 333 126 264 0 75 22 16 476 101 74
Binary 11011011 1010110 10110100 0 111101 10010 1110 100111110 1000001 111100

Color Harmonies of #DB56B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB56B4

Black with #DB56B4

Text Example


Text Example

White with #DB56B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB56B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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