Html Css Color HEX #D1077B Medium Violet Red

📋 copy color: '#D1077B'

red 209 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #D1077B

Tints of Medium Violet Red #D1077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 61.65%
G = 2.06%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1077B (or 0xD1077B) is known color: Medium Violet Red. HEX triplet: D1, 07 and 7B. RGB value is (209,7,123). Sum of RGB (Red+Green+Blue) = 209+7+123=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1077B is #2EF884. Grayscale: #505050. Windows color (decimal): -3078277 or 8062929. OLE color: 8062929.

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

Color convert

RGB 209 7 123 -
CMYK 0 0.97 0.41 0.18
HSL 325.54º 0.94% 0.42% -
HSV(B) 325.54º 0.97% 0.82% -
XYZ 29.95 15.14 20.08 -
YUV 80.62 151.92 219.57 -
System Red Green Blue C M Y K H S L
Decimal 209 7 123 0 0.97 0.41 0.18 325.54 0.94 0.42
Hex D1 7 7B 0 61 29 12 146 5E 2A
Octal 321 7 173 0 141 51 22 506 136 52
Binary 11010001 111 1111011 0 1100001 101001 10010 101000110 1011110 101010

Color Harmonies of #D1077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1077B

Black with #D1077B

Text Example


Text Example

White with #D1077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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