Html Css Color HEX #D1078D Medium Violet Red

📋 copy color: '#D1078D'

red 209 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #D1078D

Tints of Medium Violet Red #D1078D

RGB

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

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

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

R = 58.54%
G = 1.96%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1078D (or 0xD1078D) is known color: Medium Violet Red. HEX triplet: D1, 07 and 8D. RGB value is (209,7,141). Sum of RGB (Red+Green+Blue) = 209+7+141=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1078D is #2EF872. Grayscale: #525252. Windows color (decimal): -3078259 or 9242577. OLE color: 9242577.

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

Color convert

RGB 209 7 141 -
CMYK 0 0.97 0.33 0.18
HSL 320.2º 0.94% 0.42% -
HSV(B) 320.2º 0.97% 0.82% -
XYZ 31.18 15.63 26.57 -
YUV 82.67 160.92 218.1 -
System Red Green Blue C M Y K H S L
Decimal 209 7 141 0 0.97 0.33 0.18 320.2 0.94 0.42
Hex D1 7 8D 0 61 21 12 140 5E 2A
Octal 321 7 215 0 141 41 22 500 136 52
Binary 11010001 111 10001101 0 1100001 100001 10010 101000000 1011110 101010

Color Harmonies of #D1078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1078D

Black with #D1078D

Text Example


Text Example

White with #D1078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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