Html Css Color HEX #880283 Dark Magenta

📋 copy color: '#880283'

red 136 ◦ green 2 ◦ blue 131

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

Shades of Dark Magenta #880283

Tints of Dark Magenta #880283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.7%

R = 50.56%
G = 0.74%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#880283 (or 0x880283) is known color: Dark Magenta. HEX triplet: 88, 02 and 83. RGB value is (136,2,131). Sum of RGB (Red+Green+Blue) = 136+2+131=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #880283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880283 is #77FD7C. Grayscale: #383838. Windows color (decimal): -7863677 or 8585864. OLE color: 8585864.

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

Color convert

RGB 136 2 131 -
CMYK 0 0.99 0.04 0.47
HSL 302.24º 0.97% 0.27% -
HSV(B) 302.24º 0.99% 0.53% -
XYZ 14.27 6.92 22.06 -
YUV 56.77 169.89 184.51 -
System Red Green Blue C M Y K H S L
Decimal 136 2 131 0 0.99 0.04 0.47 302.24 0.97 0.27
Hex 88 2 83 0 63 4 2F 12E 61 1B
Octal 210 2 203 0 143 4 57 456 141 33
Binary 10001000 10 10000011 0 1100011 100 101111 100101110 1100001 11011

Color Harmonies of #880283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880283

Black with #880283

Text Example


Text Example

White with #880283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880283; }

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

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

background-color css

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

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

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

border-color css

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

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

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