Html Css Color HEX #D80882 Medium Violet Red

📋 copy color: '#D80882'

red 216 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #D80882

Tints of Medium Violet Red #D80882

RGB

 RED value IS 216 (84.77% from 255) = 61.02%

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

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 61.02%
G = 2.26%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D80882 (or 0xD80882) is known color: Medium Violet Red. HEX triplet: D8, 08 and 82. RGB value is (216,8,130). Sum of RGB (Red+Green+Blue) = 216+8+130=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D80882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80882 is #27F77D. Grayscale: #535353. Windows color (decimal): -2619262 or 8521944. OLE color: 8521944.

HSL color Cylindrical-coordinate representation of color #D80882: hue angle of 324.81º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80882 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 8 130 -
CMYK 0 0.96 0.40 0.15
HSL 324.81º 0.93% 0.44% -
HSV(B) 324.81º 0.96% 0.85% -
XYZ 32.44 16.38 22.57 -
YUV 84.1 153.91 222.08 -
System Red Green Blue C M Y K H S L
Decimal 216 8 130 0 0.96 0.40 0.15 324.81 0.93 0.44
Hex D8 8 82 0 60 28 F 145 5D 2C
Octal 330 10 202 0 140 50 17 505 135 54
Binary 11011000 1000 10000010 0 1100000 101000 1111 101000101 1011101 101100

Color Harmonies of #D80882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80882

Black with #D80882

Text Example


Text Example

White with #D80882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80882; }

 p { color: rgb(216,8,130); }

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

background-color css

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

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

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

border-color css

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

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

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