Html Css Color HEX #DB56B2 Fuchsia

📋 copy color: '#DB56B2'

red 219 ◦ green 86 ◦ blue 178

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

Shades of Fuchsia #DB56B2

Tints of Fuchsia #DB56B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 45.34%
G = 17.81%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB56B2 (or 0xDB56B2) is known color: Fuchsia. HEX triplet: DB, 56 and B2. RGB value is (219,86,178). Sum of RGB (Red+Green+Blue) = 219+86+178=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB56B2 is #24A94D. Grayscale: #888888. Windows color (decimal): -2402638 or 11687643. OLE color: 11687643.

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

Color convert

RGB 219 86 178 -
CMYK 0 0.61 0.19 0.14
HSL 318.5º 0.65% 0.6% -
HSV(B) 318.5º 0.61% 0.86% -
XYZ 40.58 24.93 44.79 -
YUV 136.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 219 86 178 0 0.61 0.19 0.14 318.5 0.65 0.6
Hex DB 56 B2 0 3D 13 E 13E 41 3C
Octal 333 126 262 0 75 23 16 476 101 74
Binary 11011011 1010110 10110010 0 111101 10011 1110 100111110 1000001 111100

Color Harmonies of #DB56B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB56B2

Black with #DB56B2

Text Example


Text Example

White with #DB56B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB56B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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