Html Css Color HEX #D5078B Medium Violet Red

📋 copy color: '#D5078B'

red 213 ◦ green 7 ◦ blue 139

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

Shades of Medium Violet Red #D5078B

Tints of Medium Violet Red #D5078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 59.33%
G = 1.95%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5078B (or 0xD5078B) is known color: Medium Violet Red. HEX triplet: D5, 07 and 8B. RGB value is (213,7,139). Sum of RGB (Red+Green+Blue) = 213+7+139=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5078B is #2AF874. Grayscale: #535353. Windows color (decimal): -2816117 or 9111509. OLE color: 9111509.

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

Color convert

RGB 213 7 139 -
CMYK 0 0.97 0.35 0.16
HSL 321.55º 0.94% 0.43% -
HSV(B) 321.55º 0.97% 0.84% -
XYZ 32.18 16.16 25.85 -
YUV 83.64 159.25 220.27 -
System Red Green Blue C M Y K H S L
Decimal 213 7 139 0 0.97 0.35 0.16 321.55 0.94 0.43
Hex D5 7 8B 0 61 23 10 142 5E 2B
Octal 325 7 213 0 141 43 20 502 136 53
Binary 11010101 111 10001011 0 1100001 100011 10000 101000010 1011110 101011

Color Harmonies of #D5078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5078B

Black with #D5078B

Text Example


Text Example

White with #D5078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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