Html Css Color HEX #D20782 Medium Violet Red

📋 copy color: '#D20782'

red 210 ◦ green 7 ◦ blue 130

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

Shades of Medium Violet Red #D20782

Tints of Medium Violet Red #D20782

RGB

 RED value IS 210 (82.42% from 255) = 60.52%

 GREEN value IS 7 (3.13% from 255) = 2.02%

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

R = 60.52%
G = 2.02%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D20782 (or 0xD20782) is known color: Medium Violet Red. HEX triplet: D2, 07 and 82. RGB value is (210,7,130). Sum of RGB (Red+Green+Blue) = 210+7+130=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D20782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20782 is #2DF87D. Grayscale: #515151. Windows color (decimal): -3012734 or 8521682. OLE color: 8521682.

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

Color convert

RGB 210 7 130 -
CMYK 0 0.97 0.38 0.18
HSL 323.65º 0.94% 0.43% -
HSV(B) 323.65º 0.97% 0.82% -
XYZ 30.68 15.47 22.49 -
YUV 81.72 155.25 219.5 -
System Red Green Blue C M Y K H S L
Decimal 210 7 130 0 0.97 0.38 0.18 323.65 0.94 0.43
Hex D2 7 82 0 61 26 12 144 5E 2B
Octal 322 7 202 0 141 46 22 504 136 53
Binary 11010010 111 10000010 0 1100001 100110 10010 101000100 1011110 101011

Color Harmonies of #D20782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20782

Black with #D20782

Text Example


Text Example

White with #D20782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20782; }

 p { color: rgb(210,7,130); }

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

background-color css

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

 a { background-color: rgb(210,7,130); }

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

border-color css

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

 span { border-color: rgb(210,7,130); }

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