Html Css Color HEX #880388 Dark Magenta

📋 copy color: '#880388'

red 136 ◦ green 3 ◦ blue 136

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

Shades of Dark Magenta #880388

Tints of Dark Magenta #880388

RGB

 RED value IS 136 (53.52% from 255) = 49.45%

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 136 (53.52% from 255) = 49.45%

R = 49.45%
G = 1.09%
B = 49.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#880388 (or 0x880388) is known color: Dark Magenta. HEX triplet: 88, 03 and 88. RGB value is (136,3,136). Sum of RGB (Red+Green+Blue) = 136+3+136=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #880388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880388 is #77FC77. Grayscale: #393939. Windows color (decimal): -7863416 or 8913800. OLE color: 8913800.

HSL color Cylindrical-coordinate representation of color #880388: hue angle of 300º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880388 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 3 136 -
CMYK 0 0.98 0 0.47
HSL 300º 0.96% 0.27% -
HSV(B) 300º 0.98% 0.53% -
XYZ 14.63 7.08 23.89 -
YUV 57.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 136 3 136 0 0.98 0 0.47 300 0.96 0.27
Hex 88 3 88 0 62 0 2F 12C 60 1B
Octal 210 3 210 0 142 0 57 454 140 33
Binary 10001000 11 10001000 0 1100010 0 101111 100101100 1100000 11011

Color Harmonies of #880388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880388

Black with #880388

Text Example


Text Example

White with #880388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880388; }

 p { color: rgb(136,3,136); }

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

background-color css

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

 a { background-color: rgb(136,3,136); }

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

border-color css

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

 span { border-color: rgb(136,3,136); }

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