Html Css Color HEX #D9077A Medium Violet Red

📋 copy color: '#D9077A'

red 217 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #D9077A

Tints of Medium Violet Red #D9077A

RGB

 RED value IS 217 (85.16% from 255) = 62.72%

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

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 62.72%
G = 2.02%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9077A (or 0xD9077A) is known color: Medium Violet Red. HEX triplet: D9, 07 and 7A. RGB value is (217,7,122). Sum of RGB (Red+Green+Blue) = 217+7+122=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9077A is #26F885. Grayscale: #525252. Windows color (decimal): -2553990 or 7997401. OLE color: 7997401.

HSL color Cylindrical-coordinate representation of color #D9077A: hue angle of 327.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9077A is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 7 122 -
CMYK 0 0.97 0.44 0.15
HSL 327.14º 0.94% 0.44% -
HSV(B) 327.14º 0.97% 0.85% -
XYZ 32.2 16.31 19.86 -
YUV 82.9 150.07 223.65 -
System Red Green Blue C M Y K H S L
Decimal 217 7 122 0 0.97 0.44 0.15 327.14 0.94 0.44
Hex D9 7 7A 0 61 2C F 147 5E 2C
Octal 331 7 172 0 141 54 17 507 136 54
Binary 11011001 111 1111010 0 1100001 101100 1111 101000111 1011110 101100

Color Harmonies of #D9077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9077A

Black with #D9077A

Text Example


Text Example

White with #D9077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9077A; }

 p { color: rgb(217,7,122); }

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

background-color css

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

 a { background-color: rgb(217,7,122); }

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

border-color css

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

 span { border-color: rgb(217,7,122); }

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