Html Css Color HEX #D1077C Medium Violet Red

📋 copy color: '#D1077C'

red 209 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #D1077C

Tints of Medium Violet Red #D1077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 61.47%
G = 2.06%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1077C (or 0xD1077C) is known color: Medium Violet Red. HEX triplet: D1, 07 and 7C. RGB value is (209,7,124). Sum of RGB (Red+Green+Blue) = 209+7+124=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1077C is #2EF883. Grayscale: #505050. Windows color (decimal): -3078276 or 8128465. OLE color: 8128465.

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

Color convert

RGB 209 7 124 -
CMYK 0 0.97 0.41 0.18
HSL 325.25º 0.94% 0.42% -
HSV(B) 325.25º 0.97% 0.82% -
XYZ 30.01 15.16 20.41 -
YUV 80.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 209 7 124 0 0.97 0.41 0.18 325.25 0.94 0.42
Hex D1 7 7C 0 61 29 12 145 5E 2A
Octal 321 7 174 0 141 51 22 505 136 52
Binary 11010001 111 1111100 0 1100001 101001 10010 101000101 1011110 101010

Color Harmonies of #D1077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1077C

Black with #D1077C

Text Example


Text Example

White with #D1077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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