Html Css Color HEX #880285 Dark Magenta

📋 copy color: '#880285'

red 136 ◦ green 2 ◦ blue 133

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

Shades of Dark Magenta #880285

Tints of Dark Magenta #880285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 50.18%
G = 0.74%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#880285 (or 0x880285) is known color: Dark Magenta. HEX triplet: 88, 02 and 85. RGB value is (136,2,133). Sum of RGB (Red+Green+Blue) = 136+2+133=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #880285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880285 is #77FD7A. Grayscale: #383838. Windows color (decimal): -7863675 or 8716936. OLE color: 8716936.

HSL color Cylindrical-coordinate representation of color #880285: hue angle of 301.34º 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 #880285 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 133 -
CMYK 0 0.99 0.02 0.47
HSL 301.34º 0.97% 0.27% -
HSV(B) 301.34º 0.99% 0.53% -
XYZ 14.41 6.97 22.78 -
YUV 57 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 136 2 133 0 0.99 0.02 0.47 301.34 0.97 0.27
Hex 88 2 85 0 63 2 2F 12D 61 1B
Octal 210 2 205 0 143 2 57 455 141 33
Binary 10001000 10 10000101 0 1100011 10 101111 100101101 1100001 11011

Color Harmonies of #880285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880285

Black with #880285

Text Example


Text Example

White with #880285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880285; }

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

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

background-color css

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

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

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

border-color css

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

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

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