Html Css Color HEX #880288 Dark Magenta

📋 copy color: '#880288'

red 136 ◦ green 2 ◦ blue 136

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

Shades of Dark Magenta #880288

Tints of Dark Magenta #880288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 49.64%
G = 0.73%
B = 49.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#880288 (or 0x880288) is known color: Dark Magenta. HEX triplet: 88, 02 and 88. RGB value is (136,2,136). Sum of RGB (Red+Green+Blue) = 136+2+136=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #880288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880288 is #77FD77. Grayscale: #383838. Windows color (decimal): -7863672 or 8913544. OLE color: 8913544.

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

Color convert

RGB 136 2 136 -
CMYK 0 0.99 0 0.47
HSL 300º 0.97% 0.27% -
HSV(B) 300º 0.99% 0.53% -
XYZ 14.62 7.06 23.88 -
YUV 57.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 136 2 136 0 0.99 0 0.47 300 0.97 0.27
Hex 88 2 88 0 63 0 2F 12C 61 1B
Octal 210 2 210 0 143 0 57 454 141 33
Binary 10001000 10 10001000 0 1100011 0 101111 100101100 1100001 11011

Color Harmonies of #880288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880288

Black with #880288

Text Example


Text Example

White with #880288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880288; }

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

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

background-color css

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

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

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

border-color css

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

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

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