Html Css Color HEX #D5078D Medium Violet Red

📋 copy color: '#D5078D'

red 213 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #D5078D

Tints of Medium Violet Red #D5078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 59%
G = 1.94%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5078D (or 0xD5078D) is known color: Medium Violet Red. HEX triplet: D5, 07 and 8D. RGB value is (213,7,141). Sum of RGB (Red+Green+Blue) = 213+7+141=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5078D is #2AF872. Grayscale: #535353. Windows color (decimal): -2816115 or 9242581. OLE color: 9242581.

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

Color convert

RGB 213 7 141 -
CMYK 0 0.97 0.34 0.16
HSL 320.97º 0.94% 0.43% -
HSV(B) 320.97º 0.97% 0.84% -
XYZ 32.32 16.22 26.63 -
YUV 83.87 160.25 220.1 -
System Red Green Blue C M Y K H S L
Decimal 213 7 141 0 0.97 0.34 0.16 320.97 0.94 0.43
Hex D5 7 8D 0 61 22 10 141 5E 2B
Octal 325 7 215 0 141 42 20 501 136 53
Binary 11010101 111 10001101 0 1100001 100010 10000 101000001 1011110 101011

Color Harmonies of #D5078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5078D

Black with #D5078D

Text Example


Text Example

White with #D5078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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