Html Css Color HEX #D1077A Medium Violet Red

📋 copy color: '#D1077A'

red 209 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #D1077A

Tints of Medium Violet Red #D1077A

RGB

 RED value IS 209 (82.03% from 255) = 61.83%

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

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

R = 61.83%
G = 2.07%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1077A (or 0xD1077A) is known color: Medium Violet Red. HEX triplet: D1, 07 and 7A. RGB value is (209,7,122). Sum of RGB (Red+Green+Blue) = 209+7+122=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1077A is #2EF885. Grayscale: #505050. Windows color (decimal): -3078278 or 7997393. OLE color: 7997393.

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

Color convert

RGB 209 7 122 -
CMYK 0 0.97 0.42 0.18
HSL 325.84º 0.94% 0.42% -
HSV(B) 325.84º 0.97% 0.82% -
XYZ 29.88 15.11 19.75 -
YUV 80.51 151.42 219.65 -
System Red Green Blue C M Y K H S L
Decimal 209 7 122 0 0.97 0.42 0.18 325.84 0.94 0.42
Hex D1 7 7A 0 61 2A 12 146 5E 2A
Octal 321 7 172 0 141 52 22 506 136 52
Binary 11010001 111 1111010 0 1100001 101010 10010 101000110 1011110 101010

Color Harmonies of #D1077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1077A

Black with #D1077A

Text Example


Text Example

White with #D1077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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