Html Css Color HEX #880DA0 Dark Magenta

📋 copy color: '#880DA0'

red 136 ◦ green 13 ◦ blue 160

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

Shades of Dark Magenta #880DA0

Tints of Dark Magenta #880DA0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.21%

 BLUE value IS 160 (62.89% from 255) = 51.78%

R = 44.01%
G = 4.21%
B = 51.78%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#880DA0 (or 0x880DA0) is known color: Dark Magenta. HEX triplet: 88, 0D and A0. RGB value is (136,13,160). Sum of RGB (Red+Green+Blue) = 136+13+160=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #880DA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880DA0 is #77F25F. Grayscale: #424242. Windows color (decimal): -7860832 or 10489224. OLE color: 10489224.

HSL color Cylindrical-coordinate representation of color #880DA0: hue angle of 290.2º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880DA0 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 13 160 -
CMYK 0.15 0.92 0 0.37
HSL 290.2º 0.85% 0.34% -
HSV(B) 290.2º 0.92% 0.63% -
XYZ 16.64 8.06 33.94 -
YUV 66.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 136 13 160 0.15 0.92 0 0.37 290.2 0.85 0.34
Hex 88 D A0 F 5C 0 25 122 55 22
Octal 210 15 240 17 134 0 45 442 125 42
Binary 10001000 1101 10100000 1111 1011100 0 100101 100100010 1010101 100010

Color Harmonies of #880DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DA0

Black with #880DA0

Text Example


Text Example

White with #880DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880DA0; }

 p { color: rgb(136,13,160); }

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

background-color css

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

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

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

border-color css

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

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

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