Html Css Color HEX #DB55B8 Fuchsia

📋 copy color: '#DB55B8'

red 219 ◦ green 85 ◦ blue 184

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

Shades of Fuchsia #DB55B8

Tints of Fuchsia #DB55B8

RGB

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

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

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

R = 44.88%
G = 17.42%
B = 37.7%

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

#DB55B8 (or 0xDB55B8) is known color: Fuchsia. HEX triplet: DB, 55 and B8. RGB value is (219,85,184). Sum of RGB (Red+Green+Blue) = 219+85+184=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55B8 is #24AA47. Grayscale: #888888. Windows color (decimal): -2402888 or 12080603. OLE color: 12080603.

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

Color convert

RGB 219 85 184 -
CMYK 0 0.61 0.16 0.14
HSL 315.67º 0.65% 0.6% -
HSV(B) 315.67º 0.61% 0.86% -
XYZ 41.11 25.02 48.01 -
YUV 136.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 219 85 184 0 0.61 0.16 0.14 315.67 0.65 0.6
Hex DB 55 B8 0 3D 10 E 13C 41 3C
Octal 333 125 270 0 75 20 16 474 101 74
Binary 11011011 1010101 10111000 0 111101 10000 1110 100111100 1000001 111100

Color Harmonies of #DB55B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55B8

Black with #DB55B8

Text Example


Text Example

White with #DB55B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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