Html Css Color HEX #D7078D Medium Violet Red

📋 copy color: '#D7078D'

red 215 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #D7078D

Tints of Medium Violet Red #D7078D

RGB

 RED value IS 215 (84.38% from 255) = 59.23%

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

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

R = 59.23%
G = 1.93%
B = 38.84%

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

#D7078D (or 0xD7078D) is known color: Medium Violet Red. HEX triplet: D7, 07 and 8D. RGB value is (215,7,141). Sum of RGB (Red+Green+Blue) = 215+7+141=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7078D is #28F872. Grayscale: #545454. Windows color (decimal): -2685043 or 9242583. OLE color: 9242583.

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

Color convert

RGB 215 7 141 -
CMYK 0 0.97 0.34 0.16
HSL 321.35º 0.94% 0.44% -
HSV(B) 321.35º 0.97% 0.84% -
XYZ 32.91 16.52 26.65 -
YUV 84.47 159.91 221.1 -
System Red Green Blue C M Y K H S L
Decimal 215 7 141 0 0.97 0.34 0.16 321.35 0.94 0.44
Hex D7 7 8D 0 61 22 10 141 5E 2C
Octal 327 7 215 0 141 42 20 501 136 54
Binary 11010111 111 10001101 0 1100001 100010 10000 101000001 1011110 101100

Color Harmonies of #D7078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7078D

Black with #D7078D

Text Example


Text Example

White with #D7078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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