Html Css Color HEX #880888 Dark Magenta

📋 copy color: '#880888'

red 136 ◦ green 8 ◦ blue 136

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

Shades of Dark Magenta #880888

Tints of Dark Magenta #880888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 48.57%
G = 2.86%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#880888 (or 0x880888) is known color: Dark Magenta. HEX triplet: 88, 08 and 88. RGB value is (136,8,136). Sum of RGB (Red+Green+Blue) = 136+8+136=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #880888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880888 is #77F777. Grayscale: #3C3C3C. Windows color (decimal): -7862136 or 8915080. OLE color: 8915080.

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

Color convert

RGB 136 8 136 -
CMYK 0 0.94 0 0.47
HSL 300º 0.89% 0.28% -
HSV(B) 300º 0.94% 0.53% -
XYZ 14.68 7.19 23.91 -
YUV 60.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 136 8 136 0 0.94 0 0.47 300 0.89 0.28
Hex 88 8 88 0 5E 0 2F 12C 59 1C
Octal 210 10 210 0 136 0 57 454 131 34
Binary 10001000 1000 10001000 0 1011110 0 101111 100101100 1011001 11100

Color Harmonies of #880888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880888

Black with #880888

Text Example


Text Example

White with #880888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880888; }

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

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

background-color css

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

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

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

border-color css

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

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

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