Html Css Color HEX #DB55B7 Fuchsia

📋 copy color: '#DB55B7'

red 219 ◦ green 85 ◦ blue 183

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

Shades of Fuchsia #DB55B7

Tints of Fuchsia #DB55B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.58%

R = 44.97%
G = 17.45%
B = 37.58%

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

#DB55B7 (or 0xDB55B7) is known color: Fuchsia. HEX triplet: DB, 55 and B7. RGB value is (219,85,183). Sum of RGB (Red+Green+Blue) = 219+85+183=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55B7 is #24AA48. Grayscale: #878787. Windows color (decimal): -2402889 or 12015067. OLE color: 12015067.

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

Color convert

RGB 219 85 183 -
CMYK 0 0.61 0.16 0.14
HSL 316.12º 0.65% 0.6% -
HSV(B) 316.12º 0.61% 0.86% -
XYZ 41.01 24.98 47.46 -
YUV 136.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 219 85 183 0 0.61 0.16 0.14 316.12 0.65 0.6
Hex DB 55 B7 0 3D 10 E 13C 41 3C
Octal 333 125 267 0 75 20 16 474 101 74
Binary 11011011 1010101 10110111 0 111101 10000 1110 100111100 1000001 111100

Color Harmonies of #DB55B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55B7

Black with #DB55B7

Text Example


Text Example

White with #DB55B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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