Html Css Color HEX #D1078A Medium Violet Red

📋 copy color: '#D1078A'

red 209 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #D1078A

Tints of Medium Violet Red #D1078A

RGB

 RED value IS 209 (82.03% from 255) = 59.04%

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 59.04%
G = 1.98%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1078A (or 0xD1078A) is known color: Medium Violet Red. HEX triplet: D1, 07 and 8A. RGB value is (209,7,138). Sum of RGB (Red+Green+Blue) = 209+7+138=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1078A is #2EF875. Grayscale: #525252. Windows color (decimal): -3078262 or 9045969. OLE color: 9045969.

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

Color convert

RGB 209 7 138 -
CMYK 0 0.97 0.34 0.18
HSL 321.09º 0.94% 0.42% -
HSV(B) 321.09º 0.97% 0.82% -
XYZ 30.96 15.54 25.41 -
YUV 82.33 159.42 218.35 -
System Red Green Blue C M Y K H S L
Decimal 209 7 138 0 0.97 0.34 0.18 321.09 0.94 0.42
Hex D1 7 8A 0 61 22 12 141 5E 2A
Octal 321 7 212 0 141 42 22 501 136 52
Binary 11010001 111 10001010 0 1100001 100010 10010 101000001 1011110 101010

Color Harmonies of #D1078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1078A

Black with #D1078A

Text Example


Text Example

White with #D1078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1078A; }

 p { color: rgb(209,7,138); }

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

background-color css

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

 a { background-color: rgb(209,7,138); }

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

border-color css

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

 span { border-color: rgb(209,7,138); }

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