Html Css Color HEX #DB56B8 Fuchsia

📋 copy color: '#DB56B8'

red 219 ◦ green 86 ◦ blue 184

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

Shades of Fuchsia #DB56B8

Tints of Fuchsia #DB56B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.63%

R = 44.79%
G = 17.59%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB56B8 (or 0xDB56B8) is known color: Fuchsia. HEX triplet: DB, 56 and B8. RGB value is (219,86,184). Sum of RGB (Red+Green+Blue) = 219+86+184=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56B8 is #24A947. Grayscale: #888888. Windows color (decimal): -2402632 or 12080859. OLE color: 12080859.

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

Color convert

RGB 219 86 184 -
CMYK 0 0.61 0.16 0.14
HSL 315.79º 0.65% 0.6% -
HSV(B) 315.79º 0.61% 0.86% -
XYZ 41.19 25.18 48.04 -
YUV 136.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 219 86 184 0 0.61 0.16 0.14 315.79 0.65 0.6
Hex DB 56 B8 0 3D 10 E 13C 41 3C
Octal 333 126 270 0 75 20 16 474 101 74
Binary 11011011 1010110 10111000 0 111101 10000 1110 100111100 1000001 111100

Color Harmonies of #DB56B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB56B8

Black with #DB56B8

Text Example


Text Example

White with #DB56B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB56B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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