Html Css Color HEX #D6077E Medium Violet Red

📋 copy color: '#D6077E'

red 214 ◦ green 7 ◦ blue 126

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

Shades of Medium Violet Red #D6077E

Tints of Medium Violet Red #D6077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 61.67%
G = 2.02%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6077E (or 0xD6077E) is known color: Medium Violet Red. HEX triplet: D6, 07 and 7E. RGB value is (214,7,126). Sum of RGB (Red+Green+Blue) = 214+7+126=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6077E is #29F881. Grayscale: #525252. Windows color (decimal): -2750594 or 8259542. OLE color: 8259542.

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

Color convert

RGB 214 7 126 -
CMYK 0 0.97 0.41 0.16
HSL 325.51º 0.94% 0.43% -
HSV(B) 325.51º 0.97% 0.84% -
XYZ 31.57 15.95 21.15 -
YUV 82.46 152.58 221.82 -
System Red Green Blue C M Y K H S L
Decimal 214 7 126 0 0.97 0.41 0.16 325.51 0.94 0.43
Hex D6 7 7E 0 61 29 10 146 5E 2B
Octal 326 7 176 0 141 51 20 506 136 53
Binary 11010110 111 1111110 0 1100001 101001 10000 101000110 1011110 101011

Color Harmonies of #D6077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6077E

Black with #D6077E

Text Example


Text Example

White with #D6077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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