Html Css Color HEX #DB57B9 Fuchsia

📋 copy color: '#DB57B9'

red 219 ◦ green 87 ◦ blue 185

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

Shades of Fuchsia #DB57B9

Tints of Fuchsia #DB57B9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.72%

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 44.6%
G = 17.72%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB57B9 (or 0xDB57B9) is known color: Fuchsia. HEX triplet: DB, 57 and B9. RGB value is (219,87,185). Sum of RGB (Red+Green+Blue) = 219+87+185=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57B9 is #24A846. Grayscale: #898989. Windows color (decimal): -2402375 or 12146651. OLE color: 12146651.

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

Color convert

RGB 219 87 185 -
CMYK 0 0.60 0.16 0.14
HSL 315.45º 0.65% 0.6% -
HSV(B) 315.45º 0.6% 0.86% -
XYZ 41.38 25.38 48.62 -
YUV 137.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 219 87 185 0 0.60 0.16 0.14 315.45 0.65 0.6
Hex DB 57 B9 0 3C 10 E 13B 41 3C
Octal 333 127 271 0 74 20 16 473 101 74
Binary 11011011 1010111 10111001 0 111100 10000 1110 100111011 1000001 111100

Color Harmonies of #DB57B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57B9

Black with #DB57B9

Text Example


Text Example

White with #DB57B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57B9; }

 p { color: rgb(219,87,185); }

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

background-color css

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

 a { background-color: rgb(219,87,185); }

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

border-color css

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

 span { border-color: rgb(219,87,185); }

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