Html Css Color HEX #DB55B1 Fuchsia

📋 copy color: '#DB55B1'

red 219 ◦ green 85 ◦ blue 177

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

Shades of Fuchsia #DB55B1

Tints of Fuchsia #DB55B1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.67%

 BLUE value IS 177 (69.53% from 255) = 36.8%

R = 45.53%
G = 17.67%
B = 36.8%

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

#DB55B1 (or 0xDB55B1) is known color: Fuchsia. HEX triplet: DB, 55 and B1. RGB value is (219,85,177). Sum of RGB (Red+Green+Blue) = 219+85+177=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB55B1 is #24AA4E. Grayscale: #878787. Windows color (decimal): -2402895 or 11621851. OLE color: 11621851.

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

Color convert

RGB 219 85 177 -
CMYK 0 0.61 0.19 0.14
HSL 318.81º 0.65% 0.6% -
HSV(B) 318.81º 0.61% 0.86% -
XYZ 40.4 24.73 44.24 -
YUV 135.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 219 85 177 0 0.61 0.19 0.14 318.81 0.65 0.6
Hex DB 55 B1 0 3D 13 E 13F 41 3C
Octal 333 125 261 0 75 23 16 477 101 74
Binary 11011011 1010101 10110001 0 111101 10011 1110 100111111 1000001 111100

Color Harmonies of #DB55B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55B1

Black with #DB55B1

Text Example


Text Example

White with #DB55B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55B1; }

 p { color: rgb(219,85,177); }

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

background-color css

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

 a { background-color: rgb(219,85,177); }

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

border-color css

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

 span { border-color: rgb(219,85,177); }

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