Html Css Color HEX #D5077B Medium Violet Red

📋 copy color: '#D5077B'

red 213 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #D5077B

Tints of Medium Violet Red #D5077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 62.1%
G = 2.04%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5077B (or 0xD5077B) is known color: Medium Violet Red. HEX triplet: D5, 07 and 7B. RGB value is (213,7,123). Sum of RGB (Red+Green+Blue) = 213+7+123=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5077B is #2AF884. Grayscale: #515151. Windows color (decimal): -2816133 or 8062933. OLE color: 8062933.

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

Color convert

RGB 213 7 123 -
CMYK 0 0.97 0.42 0.16
HSL 326.21º 0.94% 0.43% -
HSV(B) 326.21º 0.97% 0.84% -
XYZ 31.09 15.73 20.14 -
YUV 81.82 151.25 221.57 -
System Red Green Blue C M Y K H S L
Decimal 213 7 123 0 0.97 0.42 0.16 326.21 0.94 0.43
Hex D5 7 7B 0 61 2A 10 146 5E 2B
Octal 325 7 173 0 141 52 20 506 136 53
Binary 11010101 111 1111011 0 1100001 101010 10000 101000110 1011110 101011

Color Harmonies of #D5077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5077B

Black with #D5077B

Text Example


Text Example

White with #D5077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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