Html Css Color HEX #D20790 Medium Violet Red

📋 copy color: '#D20790'

red 210 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #D20790

Tints of Medium Violet Red #D20790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.89%

R = 58.17%
G = 1.94%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D20790 (or 0xD20790) is known color: Medium Violet Red. HEX triplet: D2, 07 and 90. RGB value is (210,7,144). Sum of RGB (Red+Green+Blue) = 210+7+144=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D20790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20790 is #2DF86F. Grayscale: #525252. Windows color (decimal): -3012720 or 9439186. OLE color: 9439186.

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

Color convert

RGB 210 7 144 -
CMYK 0 0.97 0.31 0.18
HSL 319.51º 0.94% 0.43% -
HSV(B) 319.51º 0.97% 0.82% -
XYZ 31.69 15.87 27.78 -
YUV 83.32 162.25 218.36 -
System Red Green Blue C M Y K H S L
Decimal 210 7 144 0 0.97 0.31 0.18 319.51 0.94 0.43
Hex D2 7 90 0 61 1F 12 140 5E 2B
Octal 322 7 220 0 141 37 22 500 136 53
Binary 11010010 111 10010000 0 1100001 11111 10010 101000000 1011110 101011

Color Harmonies of #D20790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20790

Black with #D20790

Text Example


Text Example

White with #D20790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20790; }

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

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

background-color css

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

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

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

border-color css

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

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

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