Html Css Color HEX #D20791 Medium Violet Red

📋 copy color: '#D20791'

red 210 ◦ green 7 ◦ blue 145

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

Shades of Medium Violet Red #D20791

Tints of Medium Violet Red #D20791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 58.01%
G = 1.93%
B = 40.06%

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

#D20791 (or 0xD20791) is known color: Medium Violet Red. HEX triplet: D2, 07 and 91. RGB value is (210,7,145). Sum of RGB (Red+Green+Blue) = 210+7+145=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D20791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20791 is #2DF86E. Grayscale: #535353. Windows color (decimal): -3012719 or 9504722. OLE color: 9504722.

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

Color convert

RGB 210 7 145 -
CMYK 0 0.97 0.31 0.18
HSL 319.21º 0.94% 0.43% -
HSV(B) 319.21º 0.97% 0.82% -
XYZ 31.77 15.9 28.18 -
YUV 83.43 162.75 218.28 -
System Red Green Blue C M Y K H S L
Decimal 210 7 145 0 0.97 0.31 0.18 319.21 0.94 0.43
Hex D2 7 91 0 61 1F 12 13F 5E 2B
Octal 322 7 221 0 141 37 22 477 136 53
Binary 11010010 111 10010001 0 1100001 11111 10010 100111111 1011110 101011

Color Harmonies of #D20791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20791

Black with #D20791

Text Example


Text Example

White with #D20791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20791; }

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

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

background-color css

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

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

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

border-color css

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

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

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