Html Css Color HEX #881288 Dark Magenta

📋 copy color: '#881288'

red 136 ◦ green 18 ◦ blue 136

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

Shades of Dark Magenta #881288

Tints of Dark Magenta #881288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.21%

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

R = 46.9%
G = 6.21%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#881288 (or 0x881288) is known color: Dark Magenta. HEX triplet: 88, 12 and 88. RGB value is (136,18,136). Sum of RGB (Red+Green+Blue) = 136+18+136=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #881288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881288 is #77ED77. Grayscale: #424242. Windows color (decimal): -7859576 or 8917640. OLE color: 8917640.

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

Color convert

RGB 136 18 136 -
CMYK 0 0.87 0 0.47
HSL 300º 0.77% 0.3% -
HSV(B) 300º 0.87% 0.53% -
XYZ 14.81 7.44 23.95 -
YUV 66.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 136 18 136 0 0.87 0 0.47 300 0.77 0.3
Hex 88 12 88 0 57 0 2F 12C 4D 1E
Octal 210 22 210 0 127 0 57 454 115 36
Binary 10001000 10010 10001000 0 1010111 0 101111 100101100 1001101 11110

Color Harmonies of #881288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881288

Black with #881288

Text Example


Text Example

White with #881288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881288; }

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

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

background-color css

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

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

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

border-color css

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

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

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