Html Css Color HEX #D10882 Medium Violet Red

📋 copy color: '#D10882'

red 209 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #D10882

Tints of Medium Violet Red #D10882

RGB

 RED value IS 209 (82.03% from 255) = 60.23%

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

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

R = 60.23%
G = 2.31%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D10882 (or 0xD10882) is known color: Medium Violet Red. HEX triplet: D1, 08 and 82. RGB value is (209,8,130). Sum of RGB (Red+Green+Blue) = 209+8+130=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D10882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10882 is #2EF77D. Grayscale: #515151. Windows color (decimal): -3078014 or 8521937. OLE color: 8521937.

HSL color Cylindrical-coordinate representation of color #D10882: hue angle of 323.58º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10882 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 8 130 -
CMYK 0 0.96 0.38 0.18
HSL 323.58º 0.93% 0.43% -
HSV(B) 323.58º 0.96% 0.82% -
XYZ 30.41 15.34 22.48 -
YUV 82.01 155.09 218.58 -
System Red Green Blue C M Y K H S L
Decimal 209 8 130 0 0.96 0.38 0.18 323.58 0.93 0.43
Hex D1 8 82 0 60 26 12 144 5D 2B
Octal 321 10 202 0 140 46 22 504 135 53
Binary 11010001 1000 10000010 0 1100000 100110 10010 101000100 1011101 101011

Color Harmonies of #D10882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10882

Black with #D10882

Text Example


Text Example

White with #D10882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10882; }

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

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

background-color css

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

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

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

border-color css

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

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

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