Html Css Color HEX #D5077F Medium Violet Red

📋 copy color: '#D5077F'

red 213 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #D5077F

Tints of Medium Violet Red #D5077F

RGB

 RED value IS 213 (83.59% from 255) = 61.38%

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

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

R = 61.38%
G = 2.02%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5077F (or 0xD5077F) is known color: Medium Violet Red. HEX triplet: D5, 07 and 7F. RGB value is (213,7,127). Sum of RGB (Red+Green+Blue) = 213+7+127=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D5077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5077F is #2AF880. Grayscale: #525252. Windows color (decimal): -2816129 or 8325077. OLE color: 8325077.

HSL color Cylindrical-coordinate representation of color #D5077F: hue angle of 325.05º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5077F is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 7 127 -
CMYK 0 0.97 0.40 0.16
HSL 325.05º 0.94% 0.43% -
HSV(B) 325.05º 0.97% 0.84% -
XYZ 31.35 15.83 21.48 -
YUV 82.27 153.25 221.24 -
System Red Green Blue C M Y K H S L
Decimal 213 7 127 0 0.97 0.40 0.16 325.05 0.94 0.43
Hex D5 7 7F 0 61 28 10 145 5E 2B
Octal 325 7 177 0 141 50 20 505 136 53
Binary 11010101 111 1111111 0 1100001 101000 10000 101000101 1011110 101011

Color Harmonies of #D5077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5077F

Black with #D5077F

Text Example


Text Example

White with #D5077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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