Html Css Color HEX #DB55B3 Fuchsia

📋 copy color: '#DB55B3'

red 219 ◦ green 85 ◦ blue 179

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

Shades of Fuchsia #DB55B3

Tints of Fuchsia #DB55B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.06%

R = 45.34%
G = 17.6%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB55B3 (or 0xDB55B3) is known color: Fuchsia. HEX triplet: DB, 55 and B3. RGB value is (219,85,179). Sum of RGB (Red+Green+Blue) = 219+85+179=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55B3 is #24AA4C. Grayscale: #878787. Windows color (decimal): -2402893 or 11752923. OLE color: 11752923.

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

Color convert

RGB 219 85 179 -
CMYK 0 0.61 0.18 0.14
HSL 317.91º 0.65% 0.6% -
HSV(B) 317.91º 0.61% 0.86% -
XYZ 40.6 24.81 45.3 -
YUV 135.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 219 85 179 0 0.61 0.18 0.14 317.91 0.65 0.6
Hex DB 55 B3 0 3D 12 E 13E 41 3C
Octal 333 125 263 0 75 22 16 476 101 74
Binary 11011011 1010101 10110011 0 111101 10010 1110 100111110 1000001 111100

Color Harmonies of #DB55B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55B3

Black with #DB55B3

Text Example


Text Example

White with #DB55B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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