Html Css Color HEX #D6079B Medium Violet Red

📋 copy color: '#D6079B'

red 214 ◦ green 7 ◦ blue 155

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

Shades of Medium Violet Red #D6079B

Tints of Medium Violet Red #D6079B

RGB

 RED value IS 214 (83.98% from 255) = 56.91%

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

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 56.91%
G = 1.86%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6079B (or 0xD6079B) is known color: Medium Violet Red. HEX triplet: D6, 07 and 9B. RGB value is (214,7,155). Sum of RGB (Red+Green+Blue) = 214+7+155=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6079B is #29F864. Grayscale: #555555. Windows color (decimal): -2750565 or 10160086. OLE color: 10160086.

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

Color convert

RGB 214 7 155 -
CMYK 0 0.97 0.28 0.16
HSL 317.1º 0.94% 0.43% -
HSV(B) 317.1º 0.97% 0.84% -
XYZ 33.72 16.81 32.48 -
YUV 85.77 167.08 219.47 -
System Red Green Blue C M Y K H S L
Decimal 214 7 155 0 0.97 0.28 0.16 317.1 0.94 0.43
Hex D6 7 9B 0 61 1C 10 13D 5E 2B
Octal 326 7 233 0 141 34 20 475 136 53
Binary 11010110 111 10011011 0 1100001 11100 10000 100111101 1011110 101011

Color Harmonies of #D6079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6079B

Black with #D6079B

Text Example


Text Example

White with #D6079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6079B; }

 p { color: rgb(214,7,155); }

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

background-color css

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

 a { background-color: rgb(214,7,155); }

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

border-color css

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

 span { border-color: rgb(214,7,155); }

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