Html Css Color HEX #DB55B5 Fuchsia

📋 copy color: '#DB55B5'

red 219 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #DB55B5

Tints of Fuchsia #DB55B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.32%

R = 45.15%
G = 17.53%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB55B5 (or 0xDB55B5) is known color: Fuchsia. HEX triplet: DB, 55 and B5. RGB value is (219,85,181). Sum of RGB (Red+Green+Blue) = 219+85+181=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55B5 is #24AA4A. Grayscale: #878787. Windows color (decimal): -2402891 or 11883995. OLE color: 11883995.

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

Color convert

RGB 219 85 181 -
CMYK 0 0.61 0.17 0.14
HSL 317.01º 0.65% 0.6% -
HSV(B) 317.01º 0.61% 0.86% -
XYZ 40.8 24.89 46.37 -
YUV 136.01 153.39 187.19 -
System Red Green Blue C M Y K H S L
Decimal 219 85 181 0 0.61 0.17 0.14 317.01 0.65 0.6
Hex DB 55 B5 0 3D 11 E 13D 41 3C
Octal 333 125 265 0 75 21 16 475 101 74
Binary 11011011 1010101 10110101 0 111101 10001 1110 100111101 1000001 111100

Color Harmonies of #DB55B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55B5

Black with #DB55B5

Text Example


Text Example

White with #DB55B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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