Html Css Color HEX #D1077F Medium Violet Red

📋 copy color: '#D1077F'

red 209 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #D1077F

Tints of Medium Violet Red #D1077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 60.93%
G = 2.04%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1077F (or 0xD1077F) is known color: Medium Violet Red. HEX triplet: D1, 07 and 7F. RGB value is (209,7,127). Sum of RGB (Red+Green+Blue) = 209+7+127=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1077F is #2EF880. Grayscale: #505050. Windows color (decimal): -3078273 or 8325073. OLE color: 8325073.

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

Color convert

RGB 209 7 127 -
CMYK 0 0.97 0.39 0.18
HSL 324.36º 0.94% 0.42% -
HSV(B) 324.36º 0.97% 0.82% -
XYZ 30.2 15.24 21.43 -
YUV 81.08 153.92 219.24 -
System Red Green Blue C M Y K H S L
Decimal 209 7 127 0 0.97 0.39 0.18 324.36 0.94 0.42
Hex D1 7 7F 0 61 27 12 144 5E 2A
Octal 321 7 177 0 141 47 22 504 136 52
Binary 11010001 111 1111111 0 1100001 100111 10010 101000100 1011110 101010

Color Harmonies of #D1077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1077F

Black with #D1077F

Text Example


Text Example

White with #D1077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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