Html Css Color HEX #D6077C Medium Violet Red

📋 copy color: '#D6077C'

red 214 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #D6077C

Tints of Medium Violet Red #D6077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.94%

R = 62.03%
G = 2.03%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6077C (or 0xD6077C) is known color: Medium Violet Red. HEX triplet: D6, 07 and 7C. RGB value is (214,7,124). Sum of RGB (Red+Green+Blue) = 214+7+124=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6077C is #29F883. Grayscale: #515151. Windows color (decimal): -2750596 or 8128470. OLE color: 8128470.

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

Color convert

RGB 214 7 124 -
CMYK 0 0.97 0.42 0.16
HSL 326.09º 0.94% 0.43% -
HSV(B) 326.09º 0.97% 0.84% -
XYZ 31.45 15.9 20.48 -
YUV 82.23 151.58 221.99 -
System Red Green Blue C M Y K H S L
Decimal 214 7 124 0 0.97 0.42 0.16 326.09 0.94 0.43
Hex D6 7 7C 0 61 2A 10 146 5E 2B
Octal 326 7 174 0 141 52 20 506 136 53
Binary 11010110 111 1111100 0 1100001 101010 10000 101000110 1011110 101011

Color Harmonies of #D6077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6077C

Black with #D6077C

Text Example


Text Example

White with #D6077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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