Html Css Color HEX #D20785 Medium Violet Red

📋 copy color: '#D20785'

red 210 ◦ green 7 ◦ blue 133

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

Shades of Medium Violet Red #D20785

Tints of Medium Violet Red #D20785

RGB

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

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

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

R = 60%
G = 2%
B = 38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D20785 (or 0xD20785) is known color: Medium Violet Red. HEX triplet: D2, 07 and 85. RGB value is (210,7,133). Sum of RGB (Red+Green+Blue) = 210+7+133=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D20785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20785 is #2DF87A. Grayscale: #515151. Windows color (decimal): -3012731 or 8718290. OLE color: 8718290.

HSL color Cylindrical-coordinate representation of color #D20785: hue angle of 322.76º 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 #D20785 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 7 133 -
CMYK 0 0.97 0.37 0.18
HSL 322.76º 0.94% 0.43% -
HSV(B) 322.76º 0.97% 0.82% -
XYZ 30.89 15.55 23.56 -
YUV 82.06 156.75 219.25 -
System Red Green Blue C M Y K H S L
Decimal 210 7 133 0 0.97 0.37 0.18 322.76 0.94 0.43
Hex D2 7 85 0 61 25 12 143 5E 2B
Octal 322 7 205 0 141 45 22 503 136 53
Binary 11010010 111 10000101 0 1100001 100101 10010 101000011 1011110 101011

Color Harmonies of #D20785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20785

Black with #D20785

Text Example


Text Example

White with #D20785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20785; }

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

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

background-color css

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

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

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

border-color css

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

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

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