Html Css Color HEX #D9077F Medium Violet Red

📋 copy color: '#D9077F'

red 217 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #D9077F

Tints of Medium Violet Red #D9077F

RGB

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

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

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

R = 61.82%
G = 1.99%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9077F (or 0xD9077F) is known color: Medium Violet Red. HEX triplet: D9, 07 and 7F. RGB value is (217,7,127). Sum of RGB (Red+Green+Blue) = 217+7+127=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D9077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9077F is #26F880. Grayscale: #535353. Windows color (decimal): -2553985 or 8325081. OLE color: 8325081.

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

Color convert

RGB 217 7 127 -
CMYK 0 0.97 0.41 0.15
HSL 325.71º 0.94% 0.44% -
HSV(B) 325.71º 0.97% 0.85% -
XYZ 32.52 16.44 21.54 -
YUV 83.47 152.57 223.24 -
System Red Green Blue C M Y K H S L
Decimal 217 7 127 0 0.97 0.41 0.15 325.71 0.94 0.44
Hex D9 7 7F 0 61 29 F 146 5E 2C
Octal 331 7 177 0 141 51 17 506 136 54
Binary 11011001 111 1111111 0 1100001 101001 1111 101000110 1011110 101100

Color Harmonies of #D9077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9077F

Black with #D9077F

Text Example


Text Example

White with #D9077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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